Shades of Burnt Orange #FC742E
Tints of Burnt Orange #FC742E
RGB
CMYK
RGB Variations
Color information
#FC742E (or 0xFC742E) is known color: Burnt Orange. HEX triplet: FC, 74 and 2E. RGB value is (252,116,46). Sum of RGB (Red+Green+Blue) = 252+116+46=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 46 (18.36% from 255 or 11.11% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC742E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC742E is #038BD1. Grayscale: #959595. Windows color (decimal): -232402 or 3044604. OLE color: 3044604.
HSL color Cylindrical-coordinate representation of color #FC742E: hue angle of 20.39º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC742E is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 116 | 46 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.01 |
| HSL | 20.39º | 0.97% | 0.58% | - |
| HSV(B) | 20.39º | 0.82% | 0.99% | - |
| XYZ | 46.88 | 33.38 | 6.56 | - |
| YUV | 148.68 | 70.06 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 116 | 46 | 0 | 0.54 | 0.82 | 0.01 | 20.39 | 0.97 | 0.58 |
| Hex | FC | 74 | 2E | 0 | 36 | 52 | 1 | 14 | 61 | 3A |
| Octal | 374 | 164 | 56 | 0 | 66 | 122 | 1 | 24 | 141 | 72 |
| Binary | 11111100 | 1110100 | 101110 | 0 | 110110 | 1010010 | 1 | 10100 | 1100001 | 111010 |
Color Harmonies of #FC742E
Complementary color
Monochromatic Colors of #FC742E
Black with #FC742E
Text Example
Text Example
White with #FC742E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC742E; }
p { color: rgb(252,116,46); }
H1.HeaderClassName
{
color: #FC742E;
}
.AnyTagClassName
{
color: #FC742E;
}
</style>
background-color css
<style>
a { background-color: #FC742E; }
a { background-color: rgb(252,116,46); }
div.DivClassName
{
background-color: #FC742E;
}
.BgClassName
{
background-color: #FC742E;
}
</style>
border-color css
<style>
span { border-color: #FC742E; }
span { border-color: rgb(252,116,46); }
td.TdClassName
{
border-color: #FC742E;
}
.TagClassName
{
border-color: #FC742E;
}
</style>