Shades of Burnt Orange #F66C34
Tints of Burnt Orange #F66C34
RGB
CMYK
RGB Variations
Color information
#F66C34 (or 0xF66C34) is known color: Burnt Orange. HEX triplet: F6, 6C and 34. RGB value is (246,108,52). Sum of RGB (Red+Green+Blue) = 246+108+52=406 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.59% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 52 (20.70% from 255 or 12.81% from 406); Max value from RGB is 246 - color contains mainly: red. Hex color #F66C34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F66C34 is #0993CB. Grayscale: #8F8F8F. Windows color (decimal): -627660 or 3435766. OLE color: 3435766.
HSL color Cylindrical-coordinate representation of color #F66C34: hue angle of 17.32º 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 #F66C34 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 108 | 52 | - |
| CMYK | 0 | 0.56 | 0.79 | 0.04 |
| HSL | 17.32º | 0.92% | 0.58% | - |
| HSV(B) | 17.32º | 0.79% | 0.96% | - |
| XYZ | 43.99 | 30.57 | 6.83 | - |
| YUV | 142.88 | 76.72 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 108 | 52 | 0 | 0.56 | 0.79 | 0.04 | 17.32 | 0.92 | 0.58 |
| Hex | F6 | 6C | 34 | 0 | 38 | 4F | 4 | 11 | 5C | 3A |
| Octal | 366 | 154 | 64 | 0 | 70 | 117 | 4 | 21 | 134 | 72 |
| Binary | 11110110 | 1101100 | 110100 | 0 | 111000 | 1001111 | 100 | 10001 | 1011100 | 111010 |
Color Harmonies of #F66C34
Complementary color
Monochromatic Colors of #F66C34
Black with #F66C34
Text Example
Text Example
White with #F66C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66C34; }
p { color: rgb(246,108,52); }
H1.HeaderClassName
{
color: #F66C34;
}
.AnyTagClassName
{
color: #F66C34;
}
</style>
background-color css
<style>
a { background-color: #F66C34; }
a { background-color: rgb(246,108,52); }
div.DivClassName
{
background-color: #F66C34;
}
.BgClassName
{
background-color: #F66C34;
}
</style>
border-color css
<style>
span { border-color: #F66C34; }
span { border-color: rgb(246,108,52); }
td.TdClassName
{
border-color: #F66C34;
}
.TagClassName
{
border-color: #F66C34;
}
</style>