Shades of Orange Red #F84A16
Tints of Orange Red #F84A16
RGB
CMYK
RGB Variations
Color information
#F84A16 (or 0xF84A16) is known color: Orange Red. HEX triplet: F8, 4A and 16. RGB value is (248,74,22). Sum of RGB (Red+Green+Blue) = 248+74+22=344 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.09% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 248 - color contains mainly: red. Hex color #F84A16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84A16 is #07B5E9. Grayscale: #787878. Windows color (decimal): -505322 or 1460984. OLE color: 1460984.
HSL color Cylindrical-coordinate representation of color #F84A16: hue angle of 13.81º 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 #F84A16 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 74 | 22 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.03 |
| HSL | 13.81º | 0.94% | 0.53% | - |
| HSV(B) | 13.81º | 0.91% | 0.97% | - |
| XYZ | 41.31 | 24.91 | 3.39 | - |
| YUV | 120.1 | 72.65 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 74 | 22 | 0 | 0.70 | 0.91 | 0.03 | 13.81 | 0.94 | 0.53 |
| Hex | F8 | 4A | 16 | 0 | 46 | 5B | 3 | E | 5E | 35 |
| Octal | 370 | 112 | 26 | 0 | 106 | 133 | 3 | 16 | 136 | 65 |
| Binary | 11111000 | 1001010 | 10110 | 0 | 1000110 | 1011011 | 11 | 1110 | 1011110 | 110101 |
Color Harmonies of #F84A16
Complementary color
Monochromatic Colors of #F84A16
Black with #F84A16
Text Example
Text Example
White with #F84A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84A16; }
p { color: rgb(248,74,22); }
H1.HeaderClassName
{
color: #F84A16;
}
.AnyTagClassName
{
color: #F84A16;
}
</style>
background-color css
<style>
a { background-color: #F84A16; }
a { background-color: rgb(248,74,22); }
div.DivClassName
{
background-color: #F84A16;
}
.BgClassName
{
background-color: #F84A16;
}
</style>
border-color css
<style>
span { border-color: #F84A16; }
span { border-color: rgb(248,74,22); }
td.TdClassName
{
border-color: #F84A16;
}
.TagClassName
{
border-color: #F84A16;
}
</style>