Shades of Red Orange #FD491C
Tints of Red Orange #FD491C
RGB
CMYK
RGB Variations
Color information
#FD491C (or 0xFD491C) is known color: Red Orange. HEX triplet: FD, 49 and 1C. RGB value is (253,73,28). Sum of RGB (Red+Green+Blue) = 253+73+28=354 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.47% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 253 - color contains mainly: red. Hex color #FD491C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD491C is #02B6E3. Grayscale: #7A7A7A. Windows color (decimal): -177892 or 1853949. OLE color: 1853949.
HSL color Cylindrical-coordinate representation of color #FD491C: hue angle of 12º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD491C is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 73 | 28 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.01 |
| HSL | 12º | 0.98% | 0.55% | - |
| HSV(B) | 12º | 0.89% | 0.99% | - |
| XYZ | 43.1 | 25.73 | 3.79 | - |
| YUV | 121.69 | 75.13 | 221.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 73 | 28 | 0 | 0.71 | 0.89 | 0.01 | 12 | 0.98 | 0.55 |
| Hex | FD | 49 | 1C | 0 | 47 | 59 | 1 | C | 62 | 37 |
| Octal | 375 | 111 | 34 | 0 | 107 | 131 | 1 | 14 | 142 | 67 |
| Binary | 11111101 | 1001001 | 11100 | 0 | 1000111 | 1011001 | 1 | 1100 | 1100010 | 110111 |
Color Harmonies of #FD491C
Complementary color
Monochromatic Colors of #FD491C
Black with #FD491C
Text Example
Text Example
White with #FD491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD491C; }
p { color: rgb(253,73,28); }
H1.HeaderClassName
{
color: #FD491C;
}
.AnyTagClassName
{
color: #FD491C;
}
</style>
background-color css
<style>
a { background-color: #FD491C; }
a { background-color: rgb(253,73,28); }
div.DivClassName
{
background-color: #FD491C;
}
.BgClassName
{
background-color: #FD491C;
}
</style>
border-color css
<style>
span { border-color: #FD491C; }
span { border-color: rgb(253,73,28); }
td.TdClassName
{
border-color: #FD491C;
}
.TagClassName
{
border-color: #FD491C;
}
</style>