Shades of Orange Red #F84719
Tints of Orange Red #F84719
RGB
CMYK
RGB Variations
Color information
#F84719 (or 0xF84719) is known color: Orange Red. HEX triplet: F8, 47 and 19. RGB value is (248,71,25). Sum of RGB (Red+Green+Blue) = 248+71+25=344 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.09% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 25 (10.16% from 255 or 7.27% from 344); Max value from RGB is 248 - color contains mainly: red. Hex color #F84719 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84719 is #07B8E6. Grayscale: #777777. Windows color (decimal): -506087 or 1656824. OLE color: 1656824.
HSL color Cylindrical-coordinate representation of color #F84719: hue angle of 12.38º 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 #F84719 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 71 | 25 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.03 |
| HSL | 12.38º | 0.94% | 0.54% | - |
| HSV(B) | 12.38º | 0.9% | 0.97% | - |
| XYZ | 41.14 | 24.53 | 3.49 | - |
| YUV | 118.68 | 75.14 | 220.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 71 | 25 | 0 | 0.71 | 0.90 | 0.03 | 12.38 | 0.94 | 0.54 |
| Hex | F8 | 47 | 19 | 0 | 47 | 5A | 3 | C | 5E | 36 |
| Octal | 370 | 107 | 31 | 0 | 107 | 132 | 3 | 14 | 136 | 66 |
| Binary | 11111000 | 1000111 | 11001 | 0 | 1000111 | 1011010 | 11 | 1100 | 1011110 | 110110 |
Color Harmonies of #F84719
Complementary color
Monochromatic Colors of #F84719
Black with #F84719
Text Example
Text Example
White with #F84719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84719; }
p { color: rgb(248,71,25); }
H1.HeaderClassName
{
color: #F84719;
}
.AnyTagClassName
{
color: #F84719;
}
</style>
background-color css
<style>
a { background-color: #F84719; }
a { background-color: rgb(248,71,25); }
div.DivClassName
{
background-color: #F84719;
}
.BgClassName
{
background-color: #F84719;
}
</style>
border-color css
<style>
span { border-color: #F84719; }
span { border-color: rgb(248,71,25); }
td.TdClassName
{
border-color: #F84719;
}
.TagClassName
{
border-color: #F84719;
}
</style>