Shades of Orange Red #F84701
Tints of Orange Red #F84701
RGB
CMYK
RGB Variations
Color information
#F84701 (or 0xF84701) is known color: Orange Red. HEX triplet: F8, 47 and 01. RGB value is (248,71,1). Sum of RGB (Red+Green+Blue) = 248+71+1=320 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.5% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 248 - color contains mainly: red. Hex color #F84701 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84701 is #07B8FE. Grayscale: #747474. Windows color (decimal): -506111 or 83960. OLE color: 83960.
HSL color Cylindrical-coordinate representation of color #F84701: hue angle of 17º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F84701 is Cyan = 0, Magento = 0.71, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 71 | 1 | - |
| CMYK | 0 | 0.71 | 1.00 | 0.03 |
| HSL | 17º | 0.99% | 0.49% | - |
| HSV(B) | 17º | 1% | 0.97% | - |
| XYZ | 40.97 | 24.47 | 2.59 | - |
| YUV | 115.94 | 63.14 | 222.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 71 | 1 | 0 | 0.71 | 1.00 | 0.03 | 17 | 0.99 | 0.49 |
| Hex | F8 | 47 | 1 | 0 | 47 | 64 | 3 | 11 | 63 | 31 |
| Octal | 370 | 107 | 1 | 0 | 107 | 144 | 3 | 21 | 143 | 61 |
| Binary | 11111000 | 1000111 | 1 | 0 | 1000111 | 1100100 | 11 | 10001 | 1100011 | 110001 |
Color Harmonies of #F84701
Complementary color
Monochromatic Colors of #F84701
Black with #F84701
Text Example
Text Example
White with #F84701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84701; }
p { color: rgb(248,71,1); }
H1.HeaderClassName
{
color: #F84701;
}
.AnyTagClassName
{
color: #F84701;
}
</style>
background-color css
<style>
a { background-color: #F84701; }
a { background-color: rgb(248,71,1); }
div.DivClassName
{
background-color: #F84701;
}
.BgClassName
{
background-color: #F84701;
}
</style>
border-color css
<style>
span { border-color: #F84701; }
span { border-color: rgb(248,71,1); }
td.TdClassName
{
border-color: #F84701;
}
.TagClassName
{
border-color: #F84701;
}
</style>