Shades of Burnt Orange #F66C2F
Tints of Burnt Orange #F66C2F
RGB
CMYK
RGB Variations
Color information
#F66C2F (or 0xF66C2F) is known color: Burnt Orange. HEX triplet: F6, 6C and 2F. RGB value is (246,108,47). Sum of RGB (Red+Green+Blue) = 246+108+47=401 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.35% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 47 (18.75% from 255 or 11.72% from 401); Max value from RGB is 246 - color contains mainly: red. Hex color #F66C2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F66C2F is #0993D0. Grayscale: #8E8E8E. Windows color (decimal): -627665 or 3108086. OLE color: 3108086.
HSL color Cylindrical-coordinate representation of color #F66C2F: hue angle of 18.39º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F66C2F is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 108 | 47 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.04 |
| HSL | 18.39º | 0.92% | 0.57% | - |
| HSV(B) | 18.39º | 0.81% | 0.96% | - |
| XYZ | 43.88 | 30.52 | 6.27 | - |
| YUV | 142.31 | 74.22 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 108 | 47 | 0 | 0.56 | 0.81 | 0.04 | 18.39 | 0.92 | 0.57 |
| Hex | F6 | 6C | 2F | 0 | 38 | 51 | 4 | 12 | 5C | 39 |
| Octal | 366 | 154 | 57 | 0 | 70 | 121 | 4 | 22 | 134 | 71 |
| Binary | 11110110 | 1101100 | 101111 | 0 | 111000 | 1010001 | 100 | 10010 | 1011100 | 111001 |
Color Harmonies of #F66C2F
Complementary color
Monochromatic Colors of #F66C2F
Black with #F66C2F
Text Example
Text Example
White with #F66C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66C2F; }
p { color: rgb(246,108,47); }
H1.HeaderClassName
{
color: #F66C2F;
}
.AnyTagClassName
{
color: #F66C2F;
}
</style>
background-color css
<style>
a { background-color: #F66C2F; }
a { background-color: rgb(246,108,47); }
div.DivClassName
{
background-color: #F66C2F;
}
.BgClassName
{
background-color: #F66C2F;
}
</style>
border-color css
<style>
span { border-color: #F66C2F; }
span { border-color: rgb(246,108,47); }
td.TdClassName
{
border-color: #F66C2F;
}
.TagClassName
{
border-color: #F66C2F;
}
</style>