Shades of Red Orange #F9492D
Tints of Red Orange #F9492D
RGB
CMYK
RGB Variations
Color information
#F9492D (or 0xF9492D) is known color: Red Orange. HEX triplet: F9, 49 and 2D. RGB value is (249,73,45). Sum of RGB (Red+Green+Blue) = 249+73+45=367 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.85% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 45 (17.97% from 255 or 12.26% from 367); Max value from RGB is 249 - color contains mainly: red. Hex color #F9492D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9492D is #06B6D2. Grayscale: #7A7A7A. Windows color (decimal): -440019 or 2968057. OLE color: 2968057.
HSL color Cylindrical-coordinate representation of color #F9492D: hue angle of 8.24º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9492D is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 73 | 45 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.02 |
| HSL | 8.24º | 0.94% | 0.58% | - |
| HSV(B) | 8.24º | 0.82% | 0.98% | - |
| XYZ | 41.92 | 25.09 | 5.12 | - |
| YUV | 122.43 | 84.31 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 73 | 45 | 0 | 0.71 | 0.82 | 0.02 | 8.24 | 0.94 | 0.58 |
| Hex | F9 | 49 | 2D | 0 | 47 | 52 | 2 | 8 | 5E | 3A |
| Octal | 371 | 111 | 55 | 0 | 107 | 122 | 2 | 10 | 136 | 72 |
| Binary | 11111001 | 1001001 | 101101 | 0 | 1000111 | 1010010 | 10 | 1000 | 1011110 | 111010 |
Color Harmonies of #F9492D
Complementary color
Monochromatic Colors of #F9492D
Black with #F9492D
Text Example
Text Example
White with #F9492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9492D; }
p { color: rgb(249,73,45); }
H1.HeaderClassName
{
color: #F9492D;
}
.AnyTagClassName
{
color: #F9492D;
}
</style>
background-color css
<style>
a { background-color: #F9492D; }
a { background-color: rgb(249,73,45); }
div.DivClassName
{
background-color: #F9492D;
}
.BgClassName
{
background-color: #F9492D;
}
</style>
border-color css
<style>
span { border-color: #F9492D; }
span { border-color: rgb(249,73,45); }
td.TdClassName
{
border-color: #F9492D;
}
.TagClassName
{
border-color: #F9492D;
}
</style>