Shades of Red Orange #FD402C
Tints of Red Orange #FD402C
RGB
CMYK
RGB Variations
Color information
#FD402C (or 0xFD402C) is known color: Red Orange. HEX triplet: FD, 40 and 2C. RGB value is (253,64,44). Sum of RGB (Red+Green+Blue) = 253+64+44=361 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.08% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 253 - color contains mainly: red. Hex color #FD402C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD402C is #02BFD3. Grayscale: #767676. Windows color (decimal): -180180 or 2900221. OLE color: 2900221.
HSL color Cylindrical-coordinate representation of color #FD402C: hue angle of 5.74º degrees, saturation: 0.98, 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 #FD402C is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 64 | 44 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.01 |
| HSL | 5.74º | 0.98% | 0.58% | - |
| HSV(B) | 5.74º | 0.83% | 0.99% | - |
| XYZ | 42.8 | 24.73 | 4.9 | - |
| YUV | 118.23 | 86.12 | 224.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 64 | 44 | 0 | 0.75 | 0.83 | 0.01 | 5.74 | 0.98 | 0.58 |
| Hex | FD | 40 | 2C | 0 | 4B | 53 | 1 | 6 | 62 | 3A |
| Octal | 375 | 100 | 54 | 0 | 113 | 123 | 1 | 6 | 142 | 72 |
| Binary | 11111101 | 1000000 | 101100 | 0 | 1001011 | 1010011 | 1 | 110 | 1100010 | 111010 |
Color Harmonies of #FD402C
Complementary color
Monochromatic Colors of #FD402C
Black with #FD402C
Text Example
Text Example
White with #FD402C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD402C; }
p { color: rgb(253,64,44); }
H1.HeaderClassName
{
color: #FD402C;
}
.AnyTagClassName
{
color: #FD402C;
}
</style>
background-color css
<style>
a { background-color: #FD402C; }
a { background-color: rgb(253,64,44); }
div.DivClassName
{
background-color: #FD402C;
}
.BgClassName
{
background-color: #FD402C;
}
</style>
border-color css
<style>
span { border-color: #FD402C; }
span { border-color: rgb(253,64,44); }
td.TdClassName
{
border-color: #FD402C;
}
.TagClassName
{
border-color: #FD402C;
}
</style>