Shades of Red Orange #FC402D
Tints of Red Orange #FC402D
RGB
CMYK
RGB Variations
Color information
#FC402D (or 0xFC402D) is known color: Red Orange. HEX triplet: FC, 40 and 2D. RGB value is (252,64,45). Sum of RGB (Red+Green+Blue) = 252+64+45=361 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.81% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 252 - color contains mainly: red. Hex color #FC402D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC402D is #03BFD2. Grayscale: #767676. Windows color (decimal): -245715 or 2965756. OLE color: 2965756.
HSL color Cylindrical-coordinate representation of color #FC402D: hue angle of 5.51º 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 #FC402D is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 45 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.01 |
| HSL | 5.51º | 0.97% | 0.58% | - |
| HSV(B) | 5.51º | 0.82% | 0.99% | - |
| XYZ | 42.45 | 24.55 | 4.98 | - |
| YUV | 118.05 | 86.78 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 45 | 0 | 0.75 | 0.82 | 0.01 | 5.51 | 0.97 | 0.58 |
| Hex | FC | 40 | 2D | 0 | 4B | 52 | 1 | 6 | 61 | 3A |
| Octal | 374 | 100 | 55 | 0 | 113 | 122 | 1 | 6 | 141 | 72 |
| Binary | 11111100 | 1000000 | 101101 | 0 | 1001011 | 1010010 | 1 | 110 | 1100001 | 111010 |
Color Harmonies of #FC402D
Complementary color
Monochromatic Colors of #FC402D
Black with #FC402D
Text Example
Text Example
White with #FC402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC402D; }
p { color: rgb(252,64,45); }
H1.HeaderClassName
{
color: #FC402D;
}
.AnyTagClassName
{
color: #FC402D;
}
</style>
background-color css
<style>
a { background-color: #FC402D; }
a { background-color: rgb(252,64,45); }
div.DivClassName
{
background-color: #FC402D;
}
.BgClassName
{
background-color: #FC402D;
}
</style>
border-color css
<style>
span { border-color: #FC402D; }
span { border-color: rgb(252,64,45); }
td.TdClassName
{
border-color: #FC402D;
}
.TagClassName
{
border-color: #FC402D;
}
</style>