Shades of Red Orange #FC421B
Tints of Red Orange #FC421B
RGB
CMYK
RGB Variations
Color information
#FC421B (or 0xFC421B) is known color: Red Orange. HEX triplet: FC, 42 and 1B. RGB value is (252,66,27). Sum of RGB (Red+Green+Blue) = 252+66+27=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC421B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC421B is #03BDE4. Grayscale: #757575. Windows color (decimal): -245221 or 1786620. OLE color: 1786620.
HSL color Cylindrical-coordinate representation of color #FC421B: hue angle of 10.4º 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 #FC421B is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 27 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.01 |
| HSL | 10.4º | 0.97% | 0.55% | - |
| HSV(B) | 10.4º | 0.89% | 0.99% | - |
| XYZ | 42.29 | 24.67 | 3.57 | - |
| YUV | 117.17 | 77.12 | 224.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 27 | 0 | 0.74 | 0.89 | 0.01 | 10.4 | 0.97 | 0.55 |
| Hex | FC | 42 | 1B | 0 | 4A | 59 | 1 | A | 61 | 37 |
| Octal | 374 | 102 | 33 | 0 | 112 | 131 | 1 | 12 | 141 | 67 |
| Binary | 11111100 | 1000010 | 11011 | 0 | 1001010 | 1011001 | 1 | 1010 | 1100001 | 110111 |
Color Harmonies of #FC421B
Complementary color
Monochromatic Colors of #FC421B
Black with #FC421B
Text Example
Text Example
White with #FC421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC421B; }
p { color: rgb(252,66,27); }
H1.HeaderClassName
{
color: #FC421B;
}
.AnyTagClassName
{
color: #FC421B;
}
</style>
background-color css
<style>
a { background-color: #FC421B; }
a { background-color: rgb(252,66,27); }
div.DivClassName
{
background-color: #FC421B;
}
.BgClassName
{
background-color: #FC421B;
}
</style>
border-color css
<style>
span { border-color: #FC421B; }
span { border-color: rgb(252,66,27); }
td.TdClassName
{
border-color: #FC421B;
}
.TagClassName
{
border-color: #FC421B;
}
</style>