Shades of Orange Red #FD490A
Tints of Orange Red #FD490A
RGB
CMYK
RGB Variations
Color information
#FD490A (or 0xFD490A) is known color: Orange Red. HEX triplet: FD, 49 and 0A. RGB value is (253,73,10). Sum of RGB (Red+Green+Blue) = 253+73+10=336 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.30% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 253 - color contains mainly: red. Hex color #FD490A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD490A is #02B6F5. Grayscale: #787878. Windows color (decimal): -177910 or 674301. OLE color: 674301.
HSL color Cylindrical-coordinate representation of color #FD490A: hue angle of 15.56º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD490A is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 73 | 10 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.01 |
| HSL | 15.56º | 0.98% | 0.52% | - |
| HSV(B) | 15.56º | 0.96% | 0.99% | - |
| XYZ | 42.95 | 25.67 | 2.98 | - |
| YUV | 119.64 | 66.13 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 73 | 10 | 0 | 0.71 | 0.96 | 0.01 | 15.56 | 0.98 | 0.52 |
| Hex | FD | 49 | A | 0 | 47 | 60 | 1 | 10 | 62 | 34 |
| Octal | 375 | 111 | 12 | 0 | 107 | 140 | 1 | 20 | 142 | 64 |
| Binary | 11111101 | 1001001 | 1010 | 0 | 1000111 | 1100000 | 1 | 10000 | 1100010 | 110100 |
Color Harmonies of #FD490A
Complementary color
Monochromatic Colors of #FD490A
Black with #FD490A
Text Example
Text Example
White with #FD490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD490A; }
p { color: rgb(253,73,10); }
H1.HeaderClassName
{
color: #FD490A;
}
.AnyTagClassName
{
color: #FD490A;
}
</style>
background-color css
<style>
a { background-color: #FD490A; }
a { background-color: rgb(253,73,10); }
div.DivClassName
{
background-color: #FD490A;
}
.BgClassName
{
background-color: #FD490A;
}
</style>
border-color css
<style>
span { border-color: #FD490A; }
span { border-color: rgb(253,73,10); }
td.TdClassName
{
border-color: #FD490A;
}
.TagClassName
{
border-color: #FD490A;
}
</style>