Shades of Orange Red #F8491C
Tints of Orange Red #F8491C
RGB
CMYK
RGB Variations
Color information
#F8491C (or 0xF8491C) is known color: Orange Red. HEX triplet: F8, 49 and 1C. RGB value is (248,73,28). Sum of RGB (Red+Green+Blue) = 248+73+28=349 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.06% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 248 - color contains mainly: red. Hex color #F8491C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8491C is #07B6E3. Grayscale: #787878. Windows color (decimal): -505572 or 1853944. OLE color: 1853944.
HSL color Cylindrical-coordinate representation of color #F8491C: hue angle of 12.27º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F8491C is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 73 | 28 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.03 |
| HSL | 12.27º | 0.94% | 0.54% | - |
| HSV(B) | 12.27º | 0.89% | 0.97% | - |
| XYZ | 41.3 | 24.81 | 3.71 | - |
| YUV | 120.2 | 75.98 | 219.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 73 | 28 | 0 | 0.71 | 0.89 | 0.03 | 12.27 | 0.94 | 0.54 |
| Hex | F8 | 49 | 1C | 0 | 47 | 59 | 3 | C | 5E | 36 |
| Octal | 370 | 111 | 34 | 0 | 107 | 131 | 3 | 14 | 136 | 66 |
| Binary | 11111000 | 1001001 | 11100 | 0 | 1000111 | 1011001 | 11 | 1100 | 1011110 | 110110 |
Color Harmonies of #F8491C
Complementary color
Monochromatic Colors of #F8491C
Black with #F8491C
Text Example
Text Example
White with #F8491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8491C; }
p { color: rgb(248,73,28); }
H1.HeaderClassName
{
color: #F8491C;
}
.AnyTagClassName
{
color: #F8491C;
}
</style>
background-color css
<style>
a { background-color: #F8491C; }
a { background-color: rgb(248,73,28); }
div.DivClassName
{
background-color: #F8491C;
}
.BgClassName
{
background-color: #F8491C;
}
</style>
border-color css
<style>
span { border-color: #F8491C; }
span { border-color: rgb(248,73,28); }
td.TdClassName
{
border-color: #F8491C;
}
.TagClassName
{
border-color: #F8491C;
}
</style>