Shades of Orange Red #FD490C
Tints of Orange Red #FD490C
RGB
CMYK
RGB Variations
Color information
#FD490C (or 0xFD490C) is known color: Orange Red. HEX triplet: FD, 49 and 0C. RGB value is (253,73,12). Sum of RGB (Red+Green+Blue) = 253+73+12=338 (44% of max value = 765). Red value is 253 (99.22% from 255 or 74.85% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 253 - color contains mainly: red. Hex color #FD490C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD490C is #02B6F3. Grayscale: #787878. Windows color (decimal): -177908 or 805373. OLE color: 805373.
HSL color Cylindrical-coordinate representation of color #FD490C: hue angle of 15.19º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD490C is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 73 | 12 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.01 |
| HSL | 15.19º | 0.98% | 0.52% | - |
| HSV(B) | 15.19º | 0.95% | 0.99% | - |
| XYZ | 42.96 | 25.67 | 3.04 | - |
| YUV | 119.87 | 67.13 | 222.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 73 | 12 | 0 | 0.71 | 0.95 | 0.01 | 15.19 | 0.98 | 0.52 |
| Hex | FD | 49 | C | 0 | 47 | 5F | 1 | F | 62 | 34 |
| Octal | 375 | 111 | 14 | 0 | 107 | 137 | 1 | 17 | 142 | 64 |
| Binary | 11111101 | 1001001 | 1100 | 0 | 1000111 | 1011111 | 1 | 1111 | 1100010 | 110100 |
Color Harmonies of #FD490C
Complementary color
Monochromatic Colors of #FD490C
Black with #FD490C
Text Example
Text Example
White with #FD490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD490C; }
p { color: rgb(253,73,12); }
H1.HeaderClassName
{
color: #FD490C;
}
.AnyTagClassName
{
color: #FD490C;
}
</style>
background-color css
<style>
a { background-color: #FD490C; }
a { background-color: rgb(253,73,12); }
div.DivClassName
{
background-color: #FD490C;
}
.BgClassName
{
background-color: #FD490C;
}
</style>
border-color css
<style>
span { border-color: #FD490C; }
span { border-color: rgb(253,73,12); }
td.TdClassName
{
border-color: #FD490C;
}
.TagClassName
{
border-color: #FD490C;
}
</style>