Shades of Orange Red #FC420D
Tints of Orange Red #FC420D
RGB
CMYK
RGB Variations
Color information
#FC420D (or 0xFC420D) is known color: Orange Red. HEX triplet: FC, 42 and 0D. RGB value is (252,66,13). Sum of RGB (Red+Green+Blue) = 252+66+13=331 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.13% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 252 - color contains mainly: red. Hex color #FC420D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC420D is #03BDF2. Grayscale: #737373. Windows color (decimal): -245235 or 869116. OLE color: 869116.
HSL color Cylindrical-coordinate representation of color #FC420D: hue angle of 13.31º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC420D is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 13 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.01 |
| HSL | 13.31º | 0.98% | 0.52% | - |
| HSV(B) | 13.31º | 0.95% | 0.99% | - |
| XYZ | 42.17 | 24.62 | 2.91 | - |
| YUV | 115.57 | 70.12 | 225.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 13 | 0 | 0.74 | 0.95 | 0.01 | 13.31 | 0.98 | 0.52 |
| Hex | FC | 42 | D | 0 | 4A | 5F | 1 | D | 62 | 34 |
| Octal | 374 | 102 | 15 | 0 | 112 | 137 | 1 | 15 | 142 | 64 |
| Binary | 11111100 | 1000010 | 1101 | 0 | 1001010 | 1011111 | 1 | 1101 | 1100010 | 110100 |
Color Harmonies of #FC420D
Complementary color
Monochromatic Colors of #FC420D
Black with #FC420D
Text Example
Text Example
White with #FC420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC420D; }
p { color: rgb(252,66,13); }
H1.HeaderClassName
{
color: #FC420D;
}
.AnyTagClassName
{
color: #FC420D;
}
</style>
background-color css
<style>
a { background-color: #FC420D; }
a { background-color: rgb(252,66,13); }
div.DivClassName
{
background-color: #FC420D;
}
.BgClassName
{
background-color: #FC420D;
}
</style>
border-color css
<style>
span { border-color: #FC420D; }
span { border-color: rgb(252,66,13); }
td.TdClassName
{
border-color: #FC420D;
}
.TagClassName
{
border-color: #FC420D;
}
</style>