Shades of Orange Red #FC3F18
Tints of Orange Red #FC3F18
RGB
CMYK
RGB Variations
Color information
#FC3F18 (or 0xFC3F18) is known color: Orange Red. HEX triplet: FC, 3F and 18. RGB value is (252,63,24). Sum of RGB (Red+Green+Blue) = 252+63+24=339 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.34% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3F18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3F18 is #03C0E7. Grayscale: #737373. Windows color (decimal): -245992 or 1589244. OLE color: 1589244.
HSL color Cylindrical-coordinate representation of color #FC3F18: hue angle of 10.26º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC3F18 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 63 | 24 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.01 |
| HSL | 10.26º | 0.97% | 0.54% | - |
| HSV(B) | 10.26º | 0.9% | 0.99% | - |
| XYZ | 42.09 | 24.32 | 3.34 | - |
| YUV | 115.07 | 76.62 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 63 | 24 | 0 | 0.75 | 0.90 | 0.01 | 10.26 | 0.97 | 0.54 |
| Hex | FC | 3F | 18 | 0 | 4B | 5A | 1 | A | 61 | 36 |
| Octal | 374 | 77 | 30 | 0 | 113 | 132 | 1 | 12 | 141 | 66 |
| Binary | 11111100 | 111111 | 11000 | 0 | 1001011 | 1011010 | 1 | 1010 | 1100001 | 110110 |
Color Harmonies of #FC3F18
Complementary color
Monochromatic Colors of #FC3F18
Black with #FC3F18
Text Example
Text Example
White with #FC3F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3F18; }
p { color: rgb(252,63,24); }
H1.HeaderClassName
{
color: #FC3F18;
}
.AnyTagClassName
{
color: #FC3F18;
}
</style>
background-color css
<style>
a { background-color: #FC3F18; }
a { background-color: rgb(252,63,24); }
div.DivClassName
{
background-color: #FC3F18;
}
.BgClassName
{
background-color: #FC3F18;
}
</style>
border-color css
<style>
span { border-color: #FC3F18; }
span { border-color: rgb(252,63,24); }
td.TdClassName
{
border-color: #FC3F18;
}
.TagClassName
{
border-color: #FC3F18;
}
</style>