Shades of Orange Red #F84918
Tints of Orange Red #F84918
RGB
CMYK
RGB Variations
Color information
#F84918 (or 0xF84918) is known color: Orange Red. HEX triplet: F8, 49 and 18. RGB value is (248,73,24). Sum of RGB (Red+Green+Blue) = 248+73+24=345 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.88% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 248 - color contains mainly: red. Hex color #F84918 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84918 is #07B6E7. Grayscale: #787878. Windows color (decimal): -505576 or 1591800. OLE color: 1591800.
HSL color Cylindrical-coordinate representation of color #F84918: hue angle of 13.12º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F84918 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 73 | 24 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.03 |
| HSL | 13.13º | 0.94% | 0.53% | - |
| HSV(B) | 13.13º | 0.9% | 0.97% | - |
| XYZ | 41.26 | 24.79 | 3.47 | - |
| YUV | 119.74 | 73.98 | 219.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 73 | 24 | 0 | 0.71 | 0.90 | 0.03 | 13.13 | 0.94 | 0.53 |
| Hex | F8 | 49 | 18 | 0 | 47 | 5A | 3 | D | 5E | 35 |
| Octal | 370 | 111 | 30 | 0 | 107 | 132 | 3 | 15 | 136 | 65 |
| Binary | 11111000 | 1001001 | 11000 | 0 | 1000111 | 1011010 | 11 | 1101 | 1011110 | 110101 |
Color Harmonies of #F84918
Complementary color
Monochromatic Colors of #F84918
Black with #F84918
Text Example
Text Example
White with #F84918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84918; }
p { color: rgb(248,73,24); }
H1.HeaderClassName
{
color: #F84918;
}
.AnyTagClassName
{
color: #F84918;
}
</style>
background-color css
<style>
a { background-color: #F84918; }
a { background-color: rgb(248,73,24); }
div.DivClassName
{
background-color: #F84918;
}
.BgClassName
{
background-color: #F84918;
}
</style>
border-color css
<style>
span { border-color: #F84918; }
span { border-color: rgb(248,73,24); }
td.TdClassName
{
border-color: #F84918;
}
.TagClassName
{
border-color: #F84918;
}
</style>