Shades of Orange Red #FC3918
Tints of Orange Red #FC3918
RGB
CMYK
RGB Variations
Color information
#FC3918 (or 0xFC3918) is known color: Orange Red. HEX triplet: FC, 39 and 18. RGB value is (252,57,24). Sum of RGB (Red+Green+Blue) = 252+57+24=333 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.68% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3918 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3918 is #03C6E7. Grayscale: #6F6F6F. Windows color (decimal): -247528 or 1587708. OLE color: 1587708.
HSL color Cylindrical-coordinate representation of color #FC3918: hue angle of 8.68º 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 #FC3918 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 57 | 24 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.01 |
| HSL | 8.68º | 0.97% | 0.54% | - |
| HSV(B) | 8.68º | 0.9% | 0.99% | - |
| XYZ | 41.77 | 23.69 | 3.23 | - |
| YUV | 111.54 | 78.6 | 228.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 57 | 24 | 0 | 0.77 | 0.90 | 0.01 | 8.68 | 0.97 | 0.54 |
| Hex | FC | 39 | 18 | 0 | 4D | 5A | 1 | 9 | 61 | 36 |
| Octal | 374 | 71 | 30 | 0 | 115 | 132 | 1 | 11 | 141 | 66 |
| Binary | 11111100 | 111001 | 11000 | 0 | 1001101 | 1011010 | 1 | 1001 | 1100001 | 110110 |
Color Harmonies of #FC3918
Complementary color
Monochromatic Colors of #FC3918
Black with #FC3918
Text Example
Text Example
White with #FC3918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3918; }
p { color: rgb(252,57,24); }
H1.HeaderClassName
{
color: #FC3918;
}
.AnyTagClassName
{
color: #FC3918;
}
</style>
background-color css
<style>
a { background-color: #FC3918; }
a { background-color: rgb(252,57,24); }
div.DivClassName
{
background-color: #FC3918;
}
.BgClassName
{
background-color: #FC3918;
}
</style>
border-color css
<style>
span { border-color: #FC3918; }
span { border-color: rgb(252,57,24); }
td.TdClassName
{
border-color: #FC3918;
}
.TagClassName
{
border-color: #FC3918;
}
</style>