Shades of Orange Red #F83716
Tints of Orange Red #F83716
RGB
CMYK
RGB Variations
Color information
#F83716 (or 0xF83716) is known color: Orange Red. HEX triplet: F8, 37 and 16. RGB value is (248,55,22). Sum of RGB (Red+Green+Blue) = 248+55+22=325 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.31% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 248 - color contains mainly: red. Hex color #F83716 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83716 is #07C8E9. Grayscale: #6D6D6D. Windows color (decimal): -510186 or 1456120. OLE color: 1456120.
HSL color Cylindrical-coordinate representation of color #F83716: hue angle of 8.76º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F83716 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 55 | 22 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.03 |
| HSL | 8.76º | 0.94% | 0.53% | - |
| HSV(B) | 8.76º | 0.91% | 0.97% | - |
| XYZ | 40.22 | 22.75 | 3.03 | - |
| YUV | 108.95 | 78.94 | 227.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 55 | 22 | 0 | 0.78 | 0.91 | 0.03 | 8.76 | 0.94 | 0.53 |
| Hex | F8 | 37 | 16 | 0 | 4E | 5B | 3 | 9 | 5E | 35 |
| Octal | 370 | 67 | 26 | 0 | 116 | 133 | 3 | 11 | 136 | 65 |
| Binary | 11111000 | 110111 | 10110 | 0 | 1001110 | 1011011 | 11 | 1001 | 1011110 | 110101 |
Color Harmonies of #F83716
Complementary color
Monochromatic Colors of #F83716
Black with #F83716
Text Example
Text Example
White with #F83716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83716; }
p { color: rgb(248,55,22); }
H1.HeaderClassName
{
color: #F83716;
}
.AnyTagClassName
{
color: #F83716;
}
</style>
background-color css
<style>
a { background-color: #F83716; }
a { background-color: rgb(248,55,22); }
div.DivClassName
{
background-color: #F83716;
}
.BgClassName
{
background-color: #F83716;
}
</style>
border-color css
<style>
span { border-color: #F83716; }
span { border-color: rgb(248,55,22); }
td.TdClassName
{
border-color: #F83716;
}
.TagClassName
{
border-color: #F83716;
}
</style>