Shades of Orange Red #F9490B
Tints of Orange Red #F9490B
RGB
CMYK
RGB Variations
Color information
#F9490B (or 0xF9490B) is known color: Orange Red. HEX triplet: F9, 49 and 0B. RGB value is (249,73,11). Sum of RGB (Red+Green+Blue) = 249+73+11=333 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.77% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 249 - color contains mainly: red. Hex color #F9490B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9490B is #06B6F4. Grayscale: #767676. Windows color (decimal): -440053 or 739833. OLE color: 739833.
HSL color Cylindrical-coordinate representation of color #F9490B: hue angle of 15.63º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F9490B is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 73 | 11 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.02 |
| HSL | 15.63º | 0.95% | 0.51% | - |
| HSV(B) | 15.63º | 0.96% | 0.98% | - |
| XYZ | 41.51 | 24.93 | 2.94 | - |
| YUV | 118.56 | 67.31 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 73 | 11 | 0 | 0.71 | 0.96 | 0.02 | 15.63 | 0.95 | 0.51 |
| Hex | F9 | 49 | B | 0 | 47 | 60 | 2 | 10 | 5F | 33 |
| Octal | 371 | 111 | 13 | 0 | 107 | 140 | 2 | 20 | 137 | 63 |
| Binary | 11111001 | 1001001 | 1011 | 0 | 1000111 | 1100000 | 10 | 10000 | 1011111 | 110011 |
Color Harmonies of #F9490B
Complementary color
Monochromatic Colors of #F9490B
Black with #F9490B
Text Example
Text Example
White with #F9490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9490B; }
p { color: rgb(249,73,11); }
H1.HeaderClassName
{
color: #F9490B;
}
.AnyTagClassName
{
color: #F9490B;
}
</style>
background-color css
<style>
a { background-color: #F9490B; }
a { background-color: rgb(249,73,11); }
div.DivClassName
{
background-color: #F9490B;
}
.BgClassName
{
background-color: #F9490B;
}
</style>
border-color css
<style>
span { border-color: #F9490B; }
span { border-color: rgb(249,73,11); }
td.TdClassName
{
border-color: #F9490B;
}
.TagClassName
{
border-color: #F9490B;
}
</style>