Shades of Burnt Orange #FC6F3C
Tints of Burnt Orange #FC6F3C
RGB
CMYK
RGB Variations
Color information
#FC6F3C (or 0xFC6F3C) is known color: Burnt Orange. HEX triplet: FC, 6F and 3C. RGB value is (252,111,60). Sum of RGB (Red+Green+Blue) = 252+111+60=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6F3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6F3C is #0390C3. Grayscale: #939393. Windows color (decimal): -233668 or 3960828. OLE color: 3960828.
HSL color Cylindrical-coordinate representation of color #FC6F3C: hue angle of 15.94º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC6F3C is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 111 | 60 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.01 |
| HSL | 15.94º | 0.97% | 0.61% | - |
| HSV(B) | 15.94º | 0.76% | 0.99% | - |
| XYZ | 46.64 | 32.39 | 8.07 | - |
| YUV | 147.35 | 78.71 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 111 | 60 | 0 | 0.56 | 0.76 | 0.01 | 15.94 | 0.97 | 0.61 |
| Hex | FC | 6F | 3C | 0 | 38 | 4C | 1 | 10 | 61 | 3D |
| Octal | 374 | 157 | 74 | 0 | 70 | 114 | 1 | 20 | 141 | 75 |
| Binary | 11111100 | 1101111 | 111100 | 0 | 111000 | 1001100 | 1 | 10000 | 1100001 | 111101 |
Color Harmonies of #FC6F3C
Complementary color
Monochromatic Colors of #FC6F3C
Black with #FC6F3C
Text Example
Text Example
White with #FC6F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6F3C; }
p { color: rgb(252,111,60); }
H1.HeaderClassName
{
color: #FC6F3C;
}
.AnyTagClassName
{
color: #FC6F3C;
}
</style>
background-color css
<style>
a { background-color: #FC6F3C; }
a { background-color: rgb(252,111,60); }
div.DivClassName
{
background-color: #FC6F3C;
}
.BgClassName
{
background-color: #FC6F3C;
}
</style>
border-color css
<style>
span { border-color: #FC6F3C; }
span { border-color: rgb(252,111,60); }
td.TdClassName
{
border-color: #FC6F3C;
}
.TagClassName
{
border-color: #FC6F3C;
}
</style>