Shades of Burnt Orange #F66F41
Tints of Burnt Orange #F66F41
RGB
CMYK
RGB Variations
Color information
#F66F41 (or 0xF66F41) is known color: Burnt Orange. HEX triplet: F6, 6F and 41. RGB value is (246,111,65). Sum of RGB (Red+Green+Blue) = 246+111+65=422 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.29% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 65 (25.78% from 255 or 15.40% from 422); Max value from RGB is 246 - color contains mainly: red. Hex color #F66F41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F66F41 is #0990BE. Grayscale: #929292. Windows color (decimal): -626879 or 4288502. OLE color: 4288502.
HSL color Cylindrical-coordinate representation of color #F66F41: hue angle of 15.25º 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 #F66F41 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 111 | 65 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.04 |
| HSL | 15.25º | 0.91% | 0.61% | - |
| HSV(B) | 15.25º | 0.74% | 0.96% | - |
| XYZ | 44.64 | 31.34 | 8.7 | - |
| YUV | 146.12 | 82.23 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 111 | 65 | 0 | 0.55 | 0.74 | 0.04 | 15.25 | 0.91 | 0.61 |
| Hex | F6 | 6F | 41 | 0 | 37 | 4A | 4 | F | 5B | 3D |
| Octal | 366 | 157 | 101 | 0 | 67 | 112 | 4 | 17 | 133 | 75 |
| Binary | 11110110 | 1101111 | 1000001 | 0 | 110111 | 1001010 | 100 | 1111 | 1011011 | 111101 |
Color Harmonies of #F66F41
Complementary color
Monochromatic Colors of #F66F41
Black with #F66F41
Text Example
Text Example
White with #F66F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66F41; }
p { color: rgb(246,111,65); }
H1.HeaderClassName
{
color: #F66F41;
}
.AnyTagClassName
{
color: #F66F41;
}
</style>
background-color css
<style>
a { background-color: #F66F41; }
a { background-color: rgb(246,111,65); }
div.DivClassName
{
background-color: #F66F41;
}
.BgClassName
{
background-color: #F66F41;
}
</style>
border-color css
<style>
span { border-color: #F66F41; }
span { border-color: rgb(246,111,65); }
td.TdClassName
{
border-color: #F66F41;
}
.TagClassName
{
border-color: #F66F41;
}
</style>