Shades of Red Orange #FC421C
Tints of Red Orange #FC421C
RGB
CMYK
RGB Variations
Color information
#FC421C (or 0xFC421C) is known color: Red Orange. HEX triplet: FC, 42 and 1C. RGB value is (252,66,28). Sum of RGB (Red+Green+Blue) = 252+66+28=346 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.83% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 252 - color contains mainly: red. Hex color #FC421C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC421C is #03BDE3. Grayscale: #757575. Windows color (decimal): -245220 or 1852156. OLE color: 1852156.
HSL color Cylindrical-coordinate representation of color #FC421C: hue angle of 10.18º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC421C is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 28 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.01 |
| HSL | 10.18º | 0.97% | 0.55% | - |
| HSV(B) | 10.18º | 0.89% | 0.99% | - |
| XYZ | 42.3 | 24.68 | 3.63 | - |
| YUV | 117.28 | 77.62 | 224.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 28 | 0 | 0.74 | 0.89 | 0.01 | 10.18 | 0.97 | 0.55 |
| Hex | FC | 42 | 1C | 0 | 4A | 59 | 1 | A | 61 | 37 |
| Octal | 374 | 102 | 34 | 0 | 112 | 131 | 1 | 12 | 141 | 67 |
| Binary | 11111100 | 1000010 | 11100 | 0 | 1001010 | 1011001 | 1 | 1010 | 1100001 | 110111 |
Color Harmonies of #FC421C
Complementary color
Monochromatic Colors of #FC421C
Black with #FC421C
Text Example
Text Example
White with #FC421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC421C; }
p { color: rgb(252,66,28); }
H1.HeaderClassName
{
color: #FC421C;
}
.AnyTagClassName
{
color: #FC421C;
}
</style>
background-color css
<style>
a { background-color: #FC421C; }
a { background-color: rgb(252,66,28); }
div.DivClassName
{
background-color: #FC421C;
}
.BgClassName
{
background-color: #FC421C;
}
</style>
border-color css
<style>
span { border-color: #FC421C; }
span { border-color: rgb(252,66,28); }
td.TdClassName
{
border-color: #FC421C;
}
.TagClassName
{
border-color: #FC421C;
}
</style>