#F66C33

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

Shades of Burnt Orange #F66C33

Tints of Burnt Orange #F66C33

Color information

#F66C33 (or 0xF66C33) is unknown color: approx Burnt Orange. HEX triplet: F6, 6C and 33. RGB value is (246,108,51). Sum of RGB (Red+Green+Blue) = 246+108+51=405 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.74% from 405); Green value is 108 (42.58% from 255 or 26.67% from 405); Blue value is 51 (20.31% from 255 or 12.59% from 405); Max value from RGB is 246 - color contains mainly: red. Hex color #F66C33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F66C33 is #0993CC. Grayscale: #8F8F8F. Windows color (decimal): -627661 or 3370230. OLE color: 3370230.

HSL color Cylindrical-coordinate representation of color #F66C33: hue angle of 17.54º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F66C33 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.04.

Color convert

RGB24610851-
CMYK00.560.790.04
HSL17.54º91.55%58.24%-
HSV(B)17.54º79.27%96.47%-
XYZ43.9730.566.71-
YUV142.7676.22201.63-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 60.74%
GREEN value IS 108 (42.58% from 255) = 26.67%
BLUE value IS 51 (20.31% from 255) = 12.59%
R=60.74%
G=26.67%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.79
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461085100.560.790.0417.5491.5558.24
HexF66C330384F4125c3a
Octal3661546307011742213472
Binary11110110110110011001101110001001111100100101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66C33; }

 p { color: rgb(246,108,51); }

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

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

 a { background-color: rgb(246,108,51); }

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

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

 span { border-color: rgb(246,108,51); }

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