Shades of Orange Red #F84A14
Tints of Orange Red #F84A14
RGB
CMYK
RGB Variations
Color information
#F84A14 (or 0xF84A14) is known color: Orange Red. HEX triplet: F8, 4A and 14. RGB value is (248,74,20). Sum of RGB (Red+Green+Blue) = 248+74+20=342 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.51% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 248 - color contains mainly: red. Hex color #F84A14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84A14 is #07B5EB. Grayscale: #787878. Windows color (decimal): -505324 or 1329912. OLE color: 1329912.
HSL color Cylindrical-coordinate representation of color #F84A14: hue angle of 14.21º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F84A14 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 74 | 20 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.03 |
| HSL | 14.21º | 0.94% | 0.53% | - |
| HSV(B) | 14.21º | 0.92% | 0.97% | - |
| XYZ | 41.29 | 24.9 | 3.29 | - |
| YUV | 119.87 | 71.65 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 74 | 20 | 0 | 0.70 | 0.92 | 0.03 | 14.21 | 0.94 | 0.53 |
| Hex | F8 | 4A | 14 | 0 | 46 | 5C | 3 | E | 5E | 35 |
| Octal | 370 | 112 | 24 | 0 | 106 | 134 | 3 | 16 | 136 | 65 |
| Binary | 11111000 | 1001010 | 10100 | 0 | 1000110 | 1011100 | 11 | 1110 | 1011110 | 110101 |
Color Harmonies of #F84A14
Complementary color
Monochromatic Colors of #F84A14
Black with #F84A14
Text Example
Text Example
White with #F84A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84A14; }
p { color: rgb(248,74,20); }
H1.HeaderClassName
{
color: #F84A14;
}
.AnyTagClassName
{
color: #F84A14;
}
</style>
background-color css
<style>
a { background-color: #F84A14; }
a { background-color: rgb(248,74,20); }
div.DivClassName
{
background-color: #F84A14;
}
.BgClassName
{
background-color: #F84A14;
}
</style>
border-color css
<style>
span { border-color: #F84A14; }
span { border-color: rgb(248,74,20); }
td.TdClassName
{
border-color: #F84A14;
}
.TagClassName
{
border-color: #F84A14;
}
</style>