Shades of Red Orange #FC422D
Tints of Red Orange #FC422D
RGB
CMYK
RGB Variations
Color information
#FC422D (or 0xFC422D) is known color: Red Orange. HEX triplet: FC, 42 and 2D. RGB value is (252,66,45). Sum of RGB (Red+Green+Blue) = 252+66+45=363 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.42% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 252 - color contains mainly: red. Hex color #FC422D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC422D is #03BDD2. Grayscale: #777777. Windows color (decimal): -245203 or 2966268. OLE color: 2966268.
HSL color Cylindrical-coordinate representation of color #FC422D: hue angle of 6.09º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC422D is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 45 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.01 |
| HSL | 6.09º | 0.97% | 0.58% | - |
| HSV(B) | 6.09º | 0.82% | 0.99% | - |
| XYZ | 42.57 | 24.78 | 5.02 | - |
| YUV | 119.22 | 86.12 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 45 | 0 | 0.74 | 0.82 | 0.01 | 6.09 | 0.97 | 0.58 |
| Hex | FC | 42 | 2D | 0 | 4A | 52 | 1 | 6 | 61 | 3A |
| Octal | 374 | 102 | 55 | 0 | 112 | 122 | 1 | 6 | 141 | 72 |
| Binary | 11111100 | 1000010 | 101101 | 0 | 1001010 | 1010010 | 1 | 110 | 1100001 | 111010 |
Color Harmonies of #FC422D
Complementary color
Monochromatic Colors of #FC422D
Black with #FC422D
Text Example
Text Example
White with #FC422D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC422D; }
p { color: rgb(252,66,45); }
H1.HeaderClassName
{
color: #FC422D;
}
.AnyTagClassName
{
color: #FC422D;
}
</style>
background-color css
<style>
a { background-color: #FC422D; }
a { background-color: rgb(252,66,45); }
div.DivClassName
{
background-color: #FC422D;
}
.BgClassName
{
background-color: #FC422D;
}
</style>
border-color css
<style>
span { border-color: #FC422D; }
span { border-color: rgb(252,66,45); }
td.TdClassName
{
border-color: #FC422D;
}
.TagClassName
{
border-color: #FC422D;
}
</style>