Shades of Burnt Orange #FC7F2C
Tints of Burnt Orange #FC7F2C
RGB
CMYK
RGB Variations
Color information
#FC7F2C (or 0xFC7F2C) is known color: Burnt Orange. HEX triplet: FC, 7F and 2C. RGB value is (252,127,44). Sum of RGB (Red+Green+Blue) = 252+127+44=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 44 (17.58% from 255 or 10.40% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7F2C is #0380D3. Grayscale: #9B9B9B. Windows color (decimal): -229588 or 2916348. OLE color: 2916348.
HSL color Cylindrical-coordinate representation of color #FC7F2C: hue angle of 23.94º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC7F2C is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 127 | 44 | - |
| CMYK | 0 | 0.50 | 0.83 | 0.01 |
| HSL | 23.94º | 0.97% | 0.58% | - |
| HSV(B) | 23.94º | 0.83% | 0.99% | - |
| XYZ | 48.19 | 36.06 | 6.8 | - |
| YUV | 154.91 | 65.41 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 127 | 44 | 0 | 0.50 | 0.83 | 0.01 | 23.94 | 0.97 | 0.58 |
| Hex | FC | 7F | 2C | 0 | 32 | 53 | 1 | 18 | 61 | 3A |
| Octal | 374 | 177 | 54 | 0 | 62 | 123 | 1 | 30 | 141 | 72 |
| Binary | 11111100 | 1111111 | 101100 | 0 | 110010 | 1010011 | 1 | 11000 | 1100001 | 111010 |
Color Harmonies of #FC7F2C
Complementary color
Monochromatic Colors of #FC7F2C
Black with #FC7F2C
Text Example
Text Example
White with #FC7F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7F2C; }
p { color: rgb(252,127,44); }
H1.HeaderClassName
{
color: #FC7F2C;
}
.AnyTagClassName
{
color: #FC7F2C;
}
</style>
background-color css
<style>
a { background-color: #FC7F2C; }
a { background-color: rgb(252,127,44); }
div.DivClassName
{
background-color: #FC7F2C;
}
.BgClassName
{
background-color: #FC7F2C;
}
</style>
border-color css
<style>
span { border-color: #FC7F2C; }
span { border-color: rgb(252,127,44); }
td.TdClassName
{
border-color: #FC7F2C;
}
.TagClassName
{
border-color: #FC7F2C;
}
</style>