Shades of Burnt Orange #FC6F42
Tints of Burnt Orange #FC6F42
RGB
CMYK
RGB Variations
Color information
#FC6F42 (or 0xFC6F42) is known color: Burnt Orange. HEX triplet: FC, 6F and 42. RGB value is (252,111,66). Sum of RGB (Red+Green+Blue) = 252+111+66=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 66 (26.17% from 255 or 15.38% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6F42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6F42 is #0390BD. Grayscale: #949494. Windows color (decimal): -233662 or 4354044. OLE color: 4354044.
HSL color Cylindrical-coordinate representation of color #FC6F42: hue angle of 14.52º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC6F42 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 111 | 66 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.01 |
| HSL | 14.52º | 0.97% | 0.62% | - |
| HSV(B) | 14.52º | 0.74% | 0.99% | - |
| XYZ | 46.81 | 32.46 | 8.95 | - |
| YUV | 148.03 | 81.71 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 111 | 66 | 0 | 0.56 | 0.74 | 0.01 | 14.52 | 0.97 | 0.62 |
| Hex | FC | 6F | 42 | 0 | 38 | 4A | 1 | F | 61 | 3E |
| Octal | 374 | 157 | 102 | 0 | 70 | 112 | 1 | 17 | 141 | 76 |
| Binary | 11111100 | 1101111 | 1000010 | 0 | 111000 | 1001010 | 1 | 1111 | 1100001 | 111110 |
Color Harmonies of #FC6F42
Complementary color
Monochromatic Colors of #FC6F42
Black with #FC6F42
Text Example
Text Example
White with #FC6F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6F42; }
p { color: rgb(252,111,66); }
H1.HeaderClassName
{
color: #FC6F42;
}
.AnyTagClassName
{
color: #FC6F42;
}
</style>
background-color css
<style>
a { background-color: #FC6F42; }
a { background-color: rgb(252,111,66); }
div.DivClassName
{
background-color: #FC6F42;
}
.BgClassName
{
background-color: #FC6F42;
}
</style>
border-color css
<style>
span { border-color: #FC6F42; }
span { border-color: rgb(252,111,66); }
td.TdClassName
{
border-color: #FC6F42;
}
.TagClassName
{
border-color: #FC6F42;
}
</style>