Shades of Red Orange #FC402A
Tints of Red Orange #FC402A
RGB
CMYK
RGB Variations
Color information
#FC402A (or 0xFC402A) is known color: Red Orange. HEX triplet: FC, 40 and 2A. RGB value is (252,64,42). Sum of RGB (Red+Green+Blue) = 252+64+42=358 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.39% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 252 - color contains mainly: red. Hex color #FC402A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC402A is #03BFD5. Grayscale: #757575. Windows color (decimal): -245718 or 2769148. OLE color: 2769148.
HSL color Cylindrical-coordinate representation of color #FC402A: hue angle of 6.29º 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 #FC402A is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 42 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.01 |
| HSL | 6.29º | 0.97% | 0.58% | - |
| HSV(B) | 6.29º | 0.83% | 0.99% | - |
| XYZ | 42.4 | 24.53 | 4.69 | - |
| YUV | 117.7 | 85.28 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 42 | 0 | 0.75 | 0.83 | 0.01 | 6.29 | 0.97 | 0.58 |
| Hex | FC | 40 | 2A | 0 | 4B | 53 | 1 | 6 | 61 | 3A |
| Octal | 374 | 100 | 52 | 0 | 113 | 123 | 1 | 6 | 141 | 72 |
| Binary | 11111100 | 1000000 | 101010 | 0 | 1001011 | 1010011 | 1 | 110 | 1100001 | 111010 |
Color Harmonies of #FC402A
Complementary color
Monochromatic Colors of #FC402A
Black with #FC402A
Text Example
Text Example
White with #FC402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC402A; }
p { color: rgb(252,64,42); }
H1.HeaderClassName
{
color: #FC402A;
}
.AnyTagClassName
{
color: #FC402A;
}
</style>
background-color css
<style>
a { background-color: #FC402A; }
a { background-color: rgb(252,64,42); }
div.DivClassName
{
background-color: #FC402A;
}
.BgClassName
{
background-color: #FC402A;
}
</style>
border-color css
<style>
span { border-color: #FC402A; }
span { border-color: rgb(252,64,42); }
td.TdClassName
{
border-color: #FC402A;
}
.TagClassName
{
border-color: #FC402A;
}
</style>