Shades of Burnt Orange #FC742C
Tints of Burnt Orange #FC742C
RGB
CMYK
RGB Variations
Color information
#FC742C (or 0xFC742C) is known color: Burnt Orange. HEX triplet: FC, 74 and 2C. RGB value is (252,116,44). Sum of RGB (Red+Green+Blue) = 252+116+44=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 44 (17.58% from 255 or 10.68% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC742C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC742C is #038BD3. Grayscale: #949494. Windows color (decimal): -232404 or 2913532. OLE color: 2913532.
HSL color Cylindrical-coordinate representation of color #FC742C: hue angle of 20.77º 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 #FC742C is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 116 | 44 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.01 |
| HSL | 20.77º | 0.97% | 0.58% | - |
| HSV(B) | 20.77º | 0.83% | 0.99% | - |
| XYZ | 46.84 | 33.37 | 6.35 | - |
| YUV | 148.46 | 69.06 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 116 | 44 | 0 | 0.54 | 0.83 | 0.01 | 20.77 | 0.97 | 0.58 |
| Hex | FC | 74 | 2C | 0 | 36 | 53 | 1 | 15 | 61 | 3A |
| Octal | 374 | 164 | 54 | 0 | 66 | 123 | 1 | 25 | 141 | 72 |
| Binary | 11111100 | 1110100 | 101100 | 0 | 110110 | 1010011 | 1 | 10101 | 1100001 | 111010 |
Color Harmonies of #FC742C
Complementary color
Monochromatic Colors of #FC742C
Black with #FC742C
Text Example
Text Example
White with #FC742C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC742C; }
p { color: rgb(252,116,44); }
H1.HeaderClassName
{
color: #FC742C;
}
.AnyTagClassName
{
color: #FC742C;
}
</style>
background-color css
<style>
a { background-color: #FC742C; }
a { background-color: rgb(252,116,44); }
div.DivClassName
{
background-color: #FC742C;
}
.BgClassName
{
background-color: #FC742C;
}
</style>
border-color css
<style>
span { border-color: #FC742C; }
span { border-color: rgb(252,116,44); }
td.TdClassName
{
border-color: #FC742C;
}
.TagClassName
{
border-color: #FC742C;
}
</style>