#F27132

Color #F27132 Burnt Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Orange #F27132

Tints of Burnt Orange #F27132

Color information

#F27132 (or 0xF27132) is unknown color: approx Burnt Orange. HEX triplet: F2, 71 and 32. RGB value is (242,113,50). Sum of RGB (Red+Green+Blue) = 242+113+50=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 50 (19.92% from 255 or 12.35% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F27132 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27132 is #0D8ECD. Grayscale: #909090. Windows color (decimal): -888526 or 3305970. OLE color: 3305970.

HSL color Cylindrical-coordinate representation of color #F27132: hue angle of 19.69º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F27132 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB24211350-
CMYK00.530.790.05
HSL19.69º88.07%57.25%-
HSV(B)19.69º79.34%94.9%-
XYZ43.130.926.71-
YUV144.3974.74197.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 59.75%
GREEN value IS 113 (44.53% from 255) = 27.90%
BLUE value IS 50 (19.92% from 255) = 12.35%
R=59.75%
G=27.90%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421135000.530.790.0519.6988.0757.25
HexF271320354F5145839
Octal3621616206511752413071
Binary11110010111000111001001101011001111101101001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27132; }

 p { color: rgb(242,113,50); }

 H1.HeaderClassName
 {
   color: #F27132;
 }
 .AnyTagClassName
 {
   color: #F27132;
 }
</style>
background-color css

<style>
 a { background-color: #F27132; }

 a { background-color: rgb(242,113,50); }

 div.DivClassName
 {
   background-color: #F27132;
 }
 .BgClassName
 {
   background-color: #F27132;
 }
</style>
border-color css

<style>
 span { border-color: #F27132; }

 span { border-color: rgb(242,113,50); }

 td.TdClassName
 {
   border-color: #F27132;
 }
 .TagClassName
 {
   border-color: #F27132;
 }
</style>