Shades of Red Orange #FC422A
Tints of Red Orange #FC422A
RGB
CMYK
RGB Variations
Color information
#FC422A (or 0xFC422A) is known color: Red Orange. HEX triplet: FC, 42 and 2A. RGB value is (252,66,42). Sum of RGB (Red+Green+Blue) = 252+66+42=360 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 252 - color contains mainly: red. Hex color #FC422A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC422A is #03BDD5. Grayscale: #777777. Windows color (decimal): -245206 or 2769660. OLE color: 2769660.
HSL color Cylindrical-coordinate representation of color #FC422A: hue angle of 6.86º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC422A is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 42 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.01 |
| HSL | 6.86º | 0.97% | 0.58% | - |
| HSV(B) | 6.86º | 0.83% | 0.99% | - |
| XYZ | 42.51 | 24.76 | 4.73 | - |
| YUV | 118.88 | 84.62 | 222.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 42 | 0 | 0.74 | 0.83 | 0.01 | 6.86 | 0.97 | 0.58 |
| Hex | FC | 42 | 2A | 0 | 4A | 53 | 1 | 7 | 61 | 3A |
| Octal | 374 | 102 | 52 | 0 | 112 | 123 | 1 | 7 | 141 | 72 |
| Binary | 11111100 | 1000010 | 101010 | 0 | 1001010 | 1010011 | 1 | 111 | 1100001 | 111010 |
Color Harmonies of #FC422A
Complementary color
Monochromatic Colors of #FC422A
Black with #FC422A
Text Example
Text Example
White with #FC422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC422A; }
p { color: rgb(252,66,42); }
H1.HeaderClassName
{
color: #FC422A;
}
.AnyTagClassName
{
color: #FC422A;
}
</style>
background-color css
<style>
a { background-color: #FC422A; }
a { background-color: rgb(252,66,42); }
div.DivClassName
{
background-color: #FC422A;
}
.BgClassName
{
background-color: #FC422A;
}
</style>
border-color css
<style>
span { border-color: #FC422A; }
span { border-color: rgb(252,66,42); }
td.TdClassName
{
border-color: #FC422A;
}
.TagClassName
{
border-color: #FC422A;
}
</style>