Shades of Orange Red #F84802
Tints of Orange Red #F84802
RGB
CMYK
RGB Variations
Color information
#F84802 (or 0xF84802) is known color: Orange Red. HEX triplet: F8, 48 and 02. RGB value is (248,72,2). Sum of RGB (Red+Green+Blue) = 248+72+2=322 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.02% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 248 - color contains mainly: red. Hex color #F84802 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84802 is #07B7FD. Grayscale: #757575. Windows color (decimal): -505854 or 149752. OLE color: 149752.
HSL color Cylindrical-coordinate representation of color #F84802: hue angle of 17.07º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F84802 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 72 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.03 |
| HSL | 17.07º | 0.98% | 0.49% | - |
| HSV(B) | 17.07º | 0.99% | 0.97% | - |
| XYZ | 41.04 | 24.6 | 2.64 | - |
| YUV | 116.64 | 63.31 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 72 | 2 | 0 | 0.71 | 0.99 | 0.03 | 17.07 | 0.98 | 0.49 |
| Hex | F8 | 48 | 2 | 0 | 47 | 63 | 3 | 11 | 62 | 31 |
| Octal | 370 | 110 | 2 | 0 | 107 | 143 | 3 | 21 | 142 | 61 |
| Binary | 11111000 | 1001000 | 10 | 0 | 1000111 | 1100011 | 11 | 10001 | 1100010 | 110001 |
Color Harmonies of #F84802
Complementary color
Monochromatic Colors of #F84802
Black with #F84802
Text Example
Text Example
White with #F84802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84802; }
p { color: rgb(248,72,2); }
H1.HeaderClassName
{
color: #F84802;
}
.AnyTagClassName
{
color: #F84802;
}
</style>
background-color css
<style>
a { background-color: #F84802; }
a { background-color: rgb(248,72,2); }
div.DivClassName
{
background-color: #F84802;
}
.BgClassName
{
background-color: #F84802;
}
</style>
border-color css
<style>
span { border-color: #F84802; }
span { border-color: rgb(248,72,2); }
td.TdClassName
{
border-color: #F84802;
}
.TagClassName
{
border-color: #F84802;
}
</style>