Shades of Burnt Orange #F66F34
Tints of Burnt Orange #F66F34
RGB
CMYK
RGB Variations
Color information
#F66F34 (or 0xF66F34) is known color: Burnt Orange. HEX triplet: F6, 6F and 34. RGB value is (246,111,52). Sum of RGB (Red+Green+Blue) = 246+111+52=409 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60.15% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 52 (20.70% from 255 or 12.71% from 409); Max value from RGB is 246 - color contains mainly: red. Hex color #F66F34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F66F34 is #0990CB. Grayscale: #919191. Windows color (decimal): -626892 or 3436534. OLE color: 3436534.
HSL color Cylindrical-coordinate representation of color #F66F34: hue angle of 18.25º 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 #F66F34 is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 111 | 52 | - |
| CMYK | 0 | 0.55 | 0.79 | 0.04 |
| HSL | 18.25º | 0.92% | 0.58% | - |
| HSV(B) | 18.25º | 0.79% | 0.96% | - |
| XYZ | 44.31 | 31.21 | 6.94 | - |
| YUV | 144.64 | 75.73 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 111 | 52 | 0 | 0.55 | 0.79 | 0.04 | 18.25 | 0.92 | 0.58 |
| Hex | F6 | 6F | 34 | 0 | 37 | 4F | 4 | 12 | 5C | 3A |
| Octal | 366 | 157 | 64 | 0 | 67 | 117 | 4 | 22 | 134 | 72 |
| Binary | 11110110 | 1101111 | 110100 | 0 | 110111 | 1001111 | 100 | 10010 | 1011100 | 111010 |
Color Harmonies of #F66F34
Complementary color
Monochromatic Colors of #F66F34
Black with #F66F34
Text Example
Text Example
White with #F66F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66F34; }
p { color: rgb(246,111,52); }
H1.HeaderClassName
{
color: #F66F34;
}
.AnyTagClassName
{
color: #F66F34;
}
</style>
background-color css
<style>
a { background-color: #F66F34; }
a { background-color: rgb(246,111,52); }
div.DivClassName
{
background-color: #F66F34;
}
.BgClassName
{
background-color: #F66F34;
}
</style>
border-color css
<style>
span { border-color: #F66F34; }
span { border-color: rgb(246,111,52); }
td.TdClassName
{
border-color: #F66F34;
}
.TagClassName
{
border-color: #F66F34;
}
</style>