Shades of Orange Red #FC3E16
Tints of Orange Red #FC3E16
RGB
CMYK
RGB Variations
Color information
#FC3E16 (or 0xFC3E16) is known color: Orange Red. HEX triplet: FC, 3E and 16. RGB value is (252,62,22). Sum of RGB (Red+Green+Blue) = 252+62+22=336 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3E16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3E16 is #03C1E9. Grayscale: #727272. Windows color (decimal): -246250 or 1457916. OLE color: 1457916.
HSL color Cylindrical-coordinate representation of color #FC3E16: hue angle of 10.43º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC3E16 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 62 | 22 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.01 |
| HSL | 10.43º | 0.97% | 0.54% | - |
| HSV(B) | 10.43º | 0.91% | 0.99% | - |
| XYZ | 42.01 | 24.2 | 3.22 | - |
| YUV | 114.25 | 75.95 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 62 | 22 | 0 | 0.75 | 0.91 | 0.01 | 10.43 | 0.97 | 0.54 |
| Hex | FC | 3E | 16 | 0 | 4B | 5B | 1 | A | 61 | 36 |
| Octal | 374 | 76 | 26 | 0 | 113 | 133 | 1 | 12 | 141 | 66 |
| Binary | 11111100 | 111110 | 10110 | 0 | 1001011 | 1011011 | 1 | 1010 | 1100001 | 110110 |
Color Harmonies of #FC3E16
Complementary color
Monochromatic Colors of #FC3E16
Black with #FC3E16
Text Example
Text Example
White with #FC3E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3E16; }
p { color: rgb(252,62,22); }
H1.HeaderClassName
{
color: #FC3E16;
}
.AnyTagClassName
{
color: #FC3E16;
}
</style>
background-color css
<style>
a { background-color: #FC3E16; }
a { background-color: rgb(252,62,22); }
div.DivClassName
{
background-color: #FC3E16;
}
.BgClassName
{
background-color: #FC3E16;
}
</style>
border-color css
<style>
span { border-color: #FC3E16; }
span { border-color: rgb(252,62,22); }
td.TdClassName
{
border-color: #FC3E16;
}
.TagClassName
{
border-color: #FC3E16;
}
</style>