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