Shades of Orange Red #FC420B
Tints of Orange Red #FC420B
RGB
CMYK
RGB Variations
Color information
#FC420B (or 0xFC420B) is known color: Orange Red. HEX triplet: FC, 42 and 0B. RGB value is (252,66,11). Sum of RGB (Red+Green+Blue) = 252+66+11=329 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.60% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 252 - color contains mainly: red. Hex color #FC420B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC420B is #03BDF4. Grayscale: #737373. Windows color (decimal): -245237 or 738044. OLE color: 738044.
HSL color Cylindrical-coordinate representation of color #FC420B: hue angle of 13.69º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC420B is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 11 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.01 |
| HSL | 13.69º | 0.98% | 0.52% | - |
| HSV(B) | 13.69º | 0.96% | 0.99% | - |
| XYZ | 42.15 | 24.62 | 2.85 | - |
| YUV | 115.34 | 69.12 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 11 | 0 | 0.74 | 0.96 | 0.01 | 13.69 | 0.98 | 0.52 |
| Hex | FC | 42 | B | 0 | 4A | 60 | 1 | E | 62 | 34 |
| Octal | 374 | 102 | 13 | 0 | 112 | 140 | 1 | 16 | 142 | 64 |
| Binary | 11111100 | 1000010 | 1011 | 0 | 1001010 | 1100000 | 1 | 1110 | 1100010 | 110100 |
Color Harmonies of #FC420B
Complementary color
Monochromatic Colors of #FC420B
Black with #FC420B
Text Example
Text Example
White with #FC420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC420B; }
p { color: rgb(252,66,11); }
H1.HeaderClassName
{
color: #FC420B;
}
.AnyTagClassName
{
color: #FC420B;
}
</style>
background-color css
<style>
a { background-color: #FC420B; }
a { background-color: rgb(252,66,11); }
div.DivClassName
{
background-color: #FC420B;
}
.BgClassName
{
background-color: #FC420B;
}
</style>
border-color css
<style>
span { border-color: #FC420B; }
span { border-color: rgb(252,66,11); }
td.TdClassName
{
border-color: #FC420B;
}
.TagClassName
{
border-color: #FC420B;
}
</style>