Shades of Orange Red #F84502
Tints of Orange Red #F84502
RGB
CMYK
RGB Variations
Color information
#F84502 (or 0xF84502) is known color: Orange Red. HEX triplet: F8, 45 and 02. RGB value is (248,69,2). Sum of RGB (Red+Green+Blue) = 248+69+2=319 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.74% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 248 - color contains mainly: red. Hex color #F84502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84502 is #07BAFD. Grayscale: #737373. Windows color (decimal): -506622 or 148984. OLE color: 148984.
HSL color Cylindrical-coordinate representation of color #F84502: hue angle of 16.34º 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 #F84502 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 69 | 2 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.03 |
| HSL | 16.34º | 0.98% | 0.49% | - |
| HSV(B) | 16.34º | 0.99% | 0.97% | - |
| XYZ | 40.85 | 24.22 | 2.58 | - |
| YUV | 114.88 | 64.3 | 222.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 69 | 2 | 0 | 0.72 | 0.99 | 0.03 | 16.34 | 0.98 | 0.49 |
| Hex | F8 | 45 | 2 | 0 | 48 | 63 | 3 | 10 | 62 | 31 |
| Octal | 370 | 105 | 2 | 0 | 110 | 143 | 3 | 20 | 142 | 61 |
| Binary | 11111000 | 1000101 | 10 | 0 | 1001000 | 1100011 | 11 | 10000 | 1100010 | 110001 |
Color Harmonies of #F84502
Complementary color
Monochromatic Colors of #F84502
Black with #F84502
Text Example
Text Example
White with #F84502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84502; }
p { color: rgb(248,69,2); }
H1.HeaderClassName
{
color: #F84502;
}
.AnyTagClassName
{
color: #F84502;
}
</style>
background-color css
<style>
a { background-color: #F84502; }
a { background-color: rgb(248,69,2); }
div.DivClassName
{
background-color: #F84502;
}
.BgClassName
{
background-color: #F84502;
}
</style>
border-color css
<style>
span { border-color: #F84502; }
span { border-color: rgb(248,69,2); }
td.TdClassName
{
border-color: #F84502;
}
.TagClassName
{
border-color: #F84502;
}
</style>