Shades of Burnt Orange #F66C2D
Tints of Burnt Orange #F66C2D
RGB
CMYK
RGB Variations
Color information
#F66C2D (or 0xF66C2D) is known color: Burnt Orange. HEX triplet: F6, 6C and 2D. RGB value is (246,108,45). Sum of RGB (Red+Green+Blue) = 246+108+45=399 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.65% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 45 (17.97% from 255 or 11.28% from 399); Max value from RGB is 246 - color contains mainly: red. Hex color #F66C2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F66C2D is #0993D2. Grayscale: #8E8E8E. Windows color (decimal): -627667 or 2977014. OLE color: 2977014.
HSL color Cylindrical-coordinate representation of color #F66C2D: hue angle of 18.81º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F66C2D is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 108 | 45 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.04 |
| HSL | 18.81º | 0.92% | 0.57% | - |
| HSV(B) | 18.81º | 0.82% | 0.96% | - |
| XYZ | 43.84 | 30.51 | 6.06 | - |
| YUV | 142.08 | 73.22 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 108 | 45 | 0 | 0.56 | 0.82 | 0.04 | 18.81 | 0.92 | 0.57 |
| Hex | F6 | 6C | 2D | 0 | 38 | 52 | 4 | 13 | 5C | 39 |
| Octal | 366 | 154 | 55 | 0 | 70 | 122 | 4 | 23 | 134 | 71 |
| Binary | 11110110 | 1101100 | 101101 | 0 | 111000 | 1010010 | 100 | 10011 | 1011100 | 111001 |
Color Harmonies of #F66C2D
Complementary color
Monochromatic Colors of #F66C2D
Black with #F66C2D
Text Example
Text Example
White with #F66C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66C2D; }
p { color: rgb(246,108,45); }
H1.HeaderClassName
{
color: #F66C2D;
}
.AnyTagClassName
{
color: #F66C2D;
}
</style>
background-color css
<style>
a { background-color: #F66C2D; }
a { background-color: rgb(246,108,45); }
div.DivClassName
{
background-color: #F66C2D;
}
.BgClassName
{
background-color: #F66C2D;
}
</style>
border-color css
<style>
span { border-color: #F66C2D; }
span { border-color: rgb(246,108,45); }
td.TdClassName
{
border-color: #F66C2D;
}
.TagClassName
{
border-color: #F66C2D;
}
</style>