Shades of Orange Red #F8490B
Tints of Orange Red #F8490B
RGB
CMYK
RGB Variations
Color information
#F8490B (or 0xF8490B) is known color: Orange Red. HEX triplet: F8, 49 and 0B. RGB value is (248,73,11). Sum of RGB (Red+Green+Blue) = 248+73+11=332 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.70% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 11 (4.69% from 255 or 3.31% from 332); Max value from RGB is 248 - color contains mainly: red. Hex color #F8490B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8490B is #07B6F4. Grayscale: #767676. Windows color (decimal): -505589 or 739832. OLE color: 739832.
HSL color Cylindrical-coordinate representation of color #F8490B: hue angle of 15.7º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8490B is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 73 | 11 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.03 |
| HSL | 15.7º | 0.94% | 0.51% | - |
| HSV(B) | 15.7º | 0.96% | 0.97% | - |
| XYZ | 41.15 | 24.75 | 2.92 | - |
| YUV | 118.26 | 67.48 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 73 | 11 | 0 | 0.71 | 0.96 | 0.03 | 15.7 | 0.94 | 0.51 |
| Hex | F8 | 49 | B | 0 | 47 | 60 | 3 | 10 | 5E | 33 |
| Octal | 370 | 111 | 13 | 0 | 107 | 140 | 3 | 20 | 136 | 63 |
| Binary | 11111000 | 1001001 | 1011 | 0 | 1000111 | 1100000 | 11 | 10000 | 1011110 | 110011 |
Color Harmonies of #F8490B
Complementary color
Monochromatic Colors of #F8490B
Black with #F8490B
Text Example
Text Example
White with #F8490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8490B; }
p { color: rgb(248,73,11); }
H1.HeaderClassName
{
color: #F8490B;
}
.AnyTagClassName
{
color: #F8490B;
}
</style>
background-color css
<style>
a { background-color: #F8490B; }
a { background-color: rgb(248,73,11); }
div.DivClassName
{
background-color: #F8490B;
}
.BgClassName
{
background-color: #F8490B;
}
</style>
border-color css
<style>
span { border-color: #F8490B; }
span { border-color: rgb(248,73,11); }
td.TdClassName
{
border-color: #F8490B;
}
.TagClassName
{
border-color: #F8490B;
}
</style>