Shades of Burnt Orange #FC762C
Tints of Burnt Orange #FC762C
RGB
CMYK
RGB Variations
Color information
#FC762C (or 0xFC762C) is known color: Burnt Orange. HEX triplet: FC, 76 and 2C. RGB value is (252,118,44). Sum of RGB (Red+Green+Blue) = 252+118+44=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 44 (17.58% from 255 or 10.63% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC762C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC762C is #0389D3. Grayscale: #969696. Windows color (decimal): -231892 or 2914044. OLE color: 2914044.
HSL color Cylindrical-coordinate representation of color #FC762C: hue angle of 21.35º 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 #FC762C is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 118 | 44 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.01 |
| HSL | 21.35º | 0.97% | 0.58% | - |
| HSV(B) | 21.35º | 0.83% | 0.99% | - |
| XYZ | 47.08 | 33.83 | 6.43 | - |
| YUV | 149.63 | 68.39 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 118 | 44 | 0 | 0.53 | 0.83 | 0.01 | 21.35 | 0.97 | 0.58 |
| Hex | FC | 76 | 2C | 0 | 35 | 53 | 1 | 15 | 61 | 3A |
| Octal | 374 | 166 | 54 | 0 | 65 | 123 | 1 | 25 | 141 | 72 |
| Binary | 11111100 | 1110110 | 101100 | 0 | 110101 | 1010011 | 1 | 10101 | 1100001 | 111010 |
Color Harmonies of #FC762C
Complementary color
Monochromatic Colors of #FC762C
Black with #FC762C
Text Example
Text Example
White with #FC762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC762C; }
p { color: rgb(252,118,44); }
H1.HeaderClassName
{
color: #FC762C;
}
.AnyTagClassName
{
color: #FC762C;
}
</style>
background-color css
<style>
a { background-color: #FC762C; }
a { background-color: rgb(252,118,44); }
div.DivClassName
{
background-color: #FC762C;
}
.BgClassName
{
background-color: #FC762C;
}
</style>
border-color css
<style>
span { border-color: #FC762C; }
span { border-color: rgb(252,118,44); }
td.TdClassName
{
border-color: #FC762C;
}
.TagClassName
{
border-color: #FC762C;
}
</style>