#F27033

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

Shades of Burnt Orange #F27033

Tints of Burnt Orange #F27033

Color information

#F27033 (or 0xF27033) is unknown color: approx Burnt Orange. HEX triplet: F2, 70 and 33. RGB value is (242,112,51). Sum of RGB (Red+Green+Blue) = 242+112+51=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 51 (20.31% from 255 or 12.59% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F27033 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27033 is #0D8FCC. Grayscale: #909090. Windows color (decimal): -888781 or 3371250. OLE color: 3371250.

HSL color Cylindrical-coordinate representation of color #F27033: hue angle of 19.16º 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 #F27033 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB24211251-
CMYK00.540.790.05
HSL19.16º88.02%57.45%-
HSV(B)19.16º78.93%94.9%-
XYZ43.0130.76.79-
YUV143.9275.57197.96-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 59.75%
GREEN value IS 112 (44.14% from 255) = 27.65%
BLUE value IS 51 (20.31% from 255) = 12.59%
R=59.75%
G=27.65%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421125100.540.790.0519.1688.0257.45
HexF270330364F5135839
Octal3621606306611752313071
Binary11110010111000011001101101101001111101100111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27033; }

 p { color: rgb(242,112,51); }

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

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

 a { background-color: rgb(242,112,51); }

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

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

 span { border-color: rgb(242,112,51); }

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