Shades of Red Orange #FC402C
Tints of Red Orange #FC402C
RGB
CMYK
RGB Variations
Color information
#FC402C (or 0xFC402C) is known color: Red Orange. HEX triplet: FC, 40 and 2C. RGB value is (252,64,44). Sum of RGB (Red+Green+Blue) = 252+64+44=360 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 252 - color contains mainly: red. Hex color #FC402C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC402C is #03BFD3. Grayscale: #767676. Windows color (decimal): -245716 or 2900220. OLE color: 2900220.
HSL color Cylindrical-coordinate representation of color #FC402C: hue angle of 5.77º 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 #FC402C is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 44 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.01 |
| HSL | 5.77º | 0.97% | 0.58% | - |
| HSV(B) | 5.77º | 0.83% | 0.99% | - |
| XYZ | 42.43 | 24.54 | 4.88 | - |
| YUV | 117.93 | 86.28 | 223.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 44 | 0 | 0.75 | 0.83 | 0.01 | 5.77 | 0.97 | 0.58 |
| Hex | FC | 40 | 2C | 0 | 4B | 53 | 1 | 6 | 61 | 3A |
| Octal | 374 | 100 | 54 | 0 | 113 | 123 | 1 | 6 | 141 | 72 |
| Binary | 11111100 | 1000000 | 101100 | 0 | 1001011 | 1010011 | 1 | 110 | 1100001 | 111010 |
Color Harmonies of #FC402C
Complementary color
Monochromatic Colors of #FC402C
Black with #FC402C
Text Example
Text Example
White with #FC402C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC402C; }
p { color: rgb(252,64,44); }
H1.HeaderClassName
{
color: #FC402C;
}
.AnyTagClassName
{
color: #FC402C;
}
</style>
background-color css
<style>
a { background-color: #FC402C; }
a { background-color: rgb(252,64,44); }
div.DivClassName
{
background-color: #FC402C;
}
.BgClassName
{
background-color: #FC402C;
}
</style>
border-color css
<style>
span { border-color: #FC402C; }
span { border-color: rgb(252,64,44); }
td.TdClassName
{
border-color: #FC402C;
}
.TagClassName
{
border-color: #FC402C;
}
</style>