Shades of Orange Red #F84219
Tints of Orange Red #F84219
RGB
CMYK
RGB Variations
Color information
#F84219 (or 0xF84219) is known color: Orange Red. HEX triplet: F8, 42 and 19. RGB value is (248,66,25). Sum of RGB (Red+Green+Blue) = 248+66+25=339 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.16% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 25 (10.16% from 255 or 7.37% from 339); Max value from RGB is 248 - color contains mainly: red. Hex color #F84219 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84219 is #07BDE6. Grayscale: #747474. Windows color (decimal): -507367 or 1655544. OLE color: 1655544.
HSL color Cylindrical-coordinate representation of color #F84219: hue angle of 11.03º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F84219 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 66 | 25 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.03 |
| HSL | 11.03º | 0.94% | 0.54% | - |
| HSV(B) | 11.03º | 0.9% | 0.97% | - |
| XYZ | 40.84 | 23.92 | 3.39 | - |
| YUV | 115.74 | 76.8 | 222.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 66 | 25 | 0 | 0.73 | 0.90 | 0.03 | 11.03 | 0.94 | 0.54 |
| Hex | F8 | 42 | 19 | 0 | 49 | 5A | 3 | B | 5E | 36 |
| Octal | 370 | 102 | 31 | 0 | 111 | 132 | 3 | 13 | 136 | 66 |
| Binary | 11111000 | 1000010 | 11001 | 0 | 1001001 | 1011010 | 11 | 1011 | 1011110 | 110110 |
Color Harmonies of #F84219
Complementary color
Monochromatic Colors of #F84219
Black with #F84219
Text Example
Text Example
White with #F84219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84219; }
p { color: rgb(248,66,25); }
H1.HeaderClassName
{
color: #F84219;
}
.AnyTagClassName
{
color: #F84219;
}
</style>
background-color css
<style>
a { background-color: #F84219; }
a { background-color: rgb(248,66,25); }
div.DivClassName
{
background-color: #F84219;
}
.BgClassName
{
background-color: #F84219;
}
</style>
border-color css
<style>
span { border-color: #F84219; }
span { border-color: rgb(248,66,25); }
td.TdClassName
{
border-color: #F84219;
}
.TagClassName
{
border-color: #F84219;
}
</style>