Shades of Orange Red #F8490C
Tints of Orange Red #F8490C
RGB
CMYK
RGB Variations
Color information
#F8490C (or 0xF8490C) is known color: Orange Red. HEX triplet: F8, 49 and 0C. RGB value is (248,73,12). Sum of RGB (Red+Green+Blue) = 248+73+12=333 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.47% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 12 (5.08% from 255 or 3.60% from 333); Max value from RGB is 248 - color contains mainly: red. Hex color #F8490C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8490C is #07B6F3. Grayscale: #767676. Windows color (decimal): -505588 or 805368. OLE color: 805368.
HSL color Cylindrical-coordinate representation of color #F8490C: hue angle of 15.51º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F8490C is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 73 | 12 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.03 |
| HSL | 15.51º | 0.94% | 0.51% | - |
| HSV(B) | 15.51º | 0.95% | 0.97% | - |
| XYZ | 41.16 | 24.75 | 2.96 | - |
| YUV | 118.37 | 67.98 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 73 | 12 | 0 | 0.71 | 0.95 | 0.03 | 15.51 | 0.94 | 0.51 |
| Hex | F8 | 49 | C | 0 | 47 | 5F | 3 | 10 | 5E | 33 |
| Octal | 370 | 111 | 14 | 0 | 107 | 137 | 3 | 20 | 136 | 63 |
| Binary | 11111000 | 1001001 | 1100 | 0 | 1000111 | 1011111 | 11 | 10000 | 1011110 | 110011 |
Color Harmonies of #F8490C
Complementary color
Monochromatic Colors of #F8490C
Black with #F8490C
Text Example
Text Example
White with #F8490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8490C; }
p { color: rgb(248,73,12); }
H1.HeaderClassName
{
color: #F8490C;
}
.AnyTagClassName
{
color: #F8490C;
}
</style>
background-color css
<style>
a { background-color: #F8490C; }
a { background-color: rgb(248,73,12); }
div.DivClassName
{
background-color: #F8490C;
}
.BgClassName
{
background-color: #F8490C;
}
</style>
border-color css
<style>
span { border-color: #F8490C; }
span { border-color: rgb(248,73,12); }
td.TdClassName
{
border-color: #F8490C;
}
.TagClassName
{
border-color: #F8490C;
}
</style>