Shades of Orange Red #FC4218
Tints of Orange Red #FC4218
RGB
CMYK
RGB Variations
Color information
#FC4218 (or 0xFC4218) is known color: Orange Red. HEX triplet: FC, 42 and 18. RGB value is (252,66,24). Sum of RGB (Red+Green+Blue) = 252+66+24=342 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.68% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 24 (9.77% from 255 or 7.02% from 342); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4218 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4218 is #03BDE7. Grayscale: #757575. Windows color (decimal): -245224 or 1590012. OLE color: 1590012.
HSL color Cylindrical-coordinate representation of color #FC4218: hue angle of 11.05º 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 #FC4218 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 24 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.01 |
| HSL | 11.05º | 0.97% | 0.54% | - |
| HSV(B) | 11.05º | 0.9% | 0.99% | - |
| XYZ | 42.26 | 24.66 | 3.4 | - |
| YUV | 116.83 | 75.62 | 224.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 24 | 0 | 0.74 | 0.90 | 0.01 | 11.05 | 0.97 | 0.54 |
| Hex | FC | 42 | 18 | 0 | 4A | 5A | 1 | B | 61 | 36 |
| Octal | 374 | 102 | 30 | 0 | 112 | 132 | 1 | 13 | 141 | 66 |
| Binary | 11111100 | 1000010 | 11000 | 0 | 1001010 | 1011010 | 1 | 1011 | 1100001 | 110110 |
Color Harmonies of #FC4218
Complementary color
Monochromatic Colors of #FC4218
Black with #FC4218
Text Example
Text Example
White with #FC4218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4218; }
p { color: rgb(252,66,24); }
H1.HeaderClassName
{
color: #FC4218;
}
.AnyTagClassName
{
color: #FC4218;
}
</style>
background-color css
<style>
a { background-color: #FC4218; }
a { background-color: rgb(252,66,24); }
div.DivClassName
{
background-color: #FC4218;
}
.BgClassName
{
background-color: #FC4218;
}
</style>
border-color css
<style>
span { border-color: #FC4218; }
span { border-color: rgb(252,66,24); }
td.TdClassName
{
border-color: #FC4218;
}
.TagClassName
{
border-color: #FC4218;
}
</style>