Shades of Orange Red #F83718
Tints of Orange Red #F83718
RGB
CMYK
RGB Variations
Color information
#F83718 (or 0xF83718) is known color: Orange Red. HEX triplet: F8, 37 and 18. RGB value is (248,55,24). Sum of RGB (Red+Green+Blue) = 248+55+24=327 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.84% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 24 (9.77% from 255 or 7.34% from 327); Max value from RGB is 248 - color contains mainly: red. Hex color #F83718 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83718 is #07C8E7. Grayscale: #6D6D6D. Windows color (decimal): -510184 or 1587192. OLE color: 1587192.
HSL color Cylindrical-coordinate representation of color #F83718: hue angle of 8.3º 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 #F83718 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 55 | 24 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.03 |
| HSL | 8.3º | 0.94% | 0.53% | - |
| HSV(B) | 8.3º | 0.9% | 0.97% | - |
| XYZ | 40.24 | 22.75 | 3.14 | - |
| YUV | 109.17 | 79.94 | 227.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 55 | 24 | 0 | 0.78 | 0.90 | 0.03 | 8.3 | 0.94 | 0.53 |
| Hex | F8 | 37 | 18 | 0 | 4E | 5A | 3 | 8 | 5E | 35 |
| Octal | 370 | 67 | 30 | 0 | 116 | 132 | 3 | 10 | 136 | 65 |
| Binary | 11111000 | 110111 | 11000 | 0 | 1001110 | 1011010 | 11 | 1000 | 1011110 | 110101 |
Color Harmonies of #F83718
Complementary color
Monochromatic Colors of #F83718
Black with #F83718
Text Example
Text Example
White with #F83718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83718; }
p { color: rgb(248,55,24); }
H1.HeaderClassName
{
color: #F83718;
}
.AnyTagClassName
{
color: #F83718;
}
</style>
background-color css
<style>
a { background-color: #F83718; }
a { background-color: rgb(248,55,24); }
div.DivClassName
{
background-color: #F83718;
}
.BgClassName
{
background-color: #F83718;
}
</style>
border-color css
<style>
span { border-color: #F83718; }
span { border-color: rgb(248,55,24); }
td.TdClassName
{
border-color: #F83718;
}
.TagClassName
{
border-color: #F83718;
}
</style>