Shades of Orange Red #F83F16
Tints of Orange Red #F83F16
RGB
CMYK
RGB Variations
Color information
#F83F16 (or 0xF83F16) is known color: Orange Red. HEX triplet: F8, 3F and 16. RGB value is (248,63,22). Sum of RGB (Red+Green+Blue) = 248+63+22=333 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.47% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 248 - color contains mainly: red. Hex color #F83F16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83F16 is #07C0E9. Grayscale: #717171. Windows color (decimal): -508138 or 1458168. OLE color: 1458168.
HSL color Cylindrical-coordinate representation of color #F83F16: hue angle of 10.88º 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 #F83F16 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 63 | 22 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.03 |
| HSL | 10.88º | 0.94% | 0.53% | - |
| HSV(B) | 10.88º | 0.91% | 0.97% | - |
| XYZ | 40.63 | 23.57 | 3.17 | - |
| YUV | 113.64 | 76.29 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 63 | 22 | 0 | 0.75 | 0.91 | 0.03 | 10.88 | 0.94 | 0.53 |
| Hex | F8 | 3F | 16 | 0 | 4B | 5B | 3 | B | 5E | 35 |
| Octal | 370 | 77 | 26 | 0 | 113 | 133 | 3 | 13 | 136 | 65 |
| Binary | 11111000 | 111111 | 10110 | 0 | 1001011 | 1011011 | 11 | 1011 | 1011110 | 110101 |
Color Harmonies of #F83F16
Complementary color
Monochromatic Colors of #F83F16
Black with #F83F16
Text Example
Text Example
White with #F83F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83F16; }
p { color: rgb(248,63,22); }
H1.HeaderClassName
{
color: #F83F16;
}
.AnyTagClassName
{
color: #F83F16;
}
</style>
background-color css
<style>
a { background-color: #F83F16; }
a { background-color: rgb(248,63,22); }
div.DivClassName
{
background-color: #F83F16;
}
.BgClassName
{
background-color: #F83F16;
}
</style>
border-color css
<style>
span { border-color: #F83F16; }
span { border-color: rgb(248,63,22); }
td.TdClassName
{
border-color: #F83F16;
}
.TagClassName
{
border-color: #F83F16;
}
</style>