Shades of Burnt Orange #F66F40
Tints of Burnt Orange #F66F40
RGB
CMYK
RGB Variations
Color information
#F66F40 (or 0xF66F40) is known color: Burnt Orange. HEX triplet: F6, 6F and 40. RGB value is (246,111,64). Sum of RGB (Red+Green+Blue) = 246+111+64=421 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.43% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 64 (25.39% from 255 or 15.20% from 421); Max value from RGB is 246 - color contains mainly: red. Hex color #F66F40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F66F40 is #0990BF. Grayscale: #929292. Windows color (decimal): -626880 or 4222966. OLE color: 4222966.
HSL color Cylindrical-coordinate representation of color #F66F40: hue angle of 15.49º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F66F40 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 111 | 64 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.04 |
| HSL | 15.49º | 0.91% | 0.61% | - |
| HSV(B) | 15.49º | 0.74% | 0.96% | - |
| XYZ | 44.62 | 31.33 | 8.55 | - |
| YUV | 146.01 | 81.73 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 111 | 64 | 0 | 0.55 | 0.74 | 0.04 | 15.49 | 0.91 | 0.61 |
| Hex | F6 | 6F | 40 | 0 | 37 | 4A | 4 | F | 5B | 3D |
| Octal | 366 | 157 | 100 | 0 | 67 | 112 | 4 | 17 | 133 | 75 |
| Binary | 11110110 | 1101111 | 1000000 | 0 | 110111 | 1001010 | 100 | 1111 | 1011011 | 111101 |
Color Harmonies of #F66F40
Complementary color
Monochromatic Colors of #F66F40
Black with #F66F40
Text Example
Text Example
White with #F66F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66F40; }
p { color: rgb(246,111,64); }
H1.HeaderClassName
{
color: #F66F40;
}
.AnyTagClassName
{
color: #F66F40;
}
</style>
background-color css
<style>
a { background-color: #F66F40; }
a { background-color: rgb(246,111,64); }
div.DivClassName
{
background-color: #F66F40;
}
.BgClassName
{
background-color: #F66F40;
}
</style>
border-color css
<style>
span { border-color: #F66F40; }
span { border-color: rgb(246,111,64); }
td.TdClassName
{
border-color: #F66F40;
}
.TagClassName
{
border-color: #F66F40;
}
</style>