Shades of Orange Red #F84002
Tints of Orange Red #F84002
RGB
CMYK
RGB Variations
Color information
#F84002 (or 0xF84002) is known color: Orange Red. HEX triplet: F8, 40 and 02. RGB value is (248,64,2). Sum of RGB (Red+Green+Blue) = 248+64+2=314 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.98% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 248 - color contains mainly: red. Hex color #F84002 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84002 is #07BFFD. Grayscale: #707070. Windows color (decimal): -507902 or 147704. OLE color: 147704.
HSL color Cylindrical-coordinate representation of color #F84002: hue angle of 15.12º 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 #F84002 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 64 | 2 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.03 |
| HSL | 15.12º | 0.98% | 0.49% | - |
| HSV(B) | 15.12º | 0.99% | 0.97% | - |
| XYZ | 40.56 | 23.63 | 2.48 | - |
| YUV | 111.95 | 65.96 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 64 | 2 | 0 | 0.74 | 0.99 | 0.03 | 15.12 | 0.98 | 0.49 |
| Hex | F8 | 40 | 2 | 0 | 4A | 63 | 3 | F | 62 | 31 |
| Octal | 370 | 100 | 2 | 0 | 112 | 143 | 3 | 17 | 142 | 61 |
| Binary | 11111000 | 1000000 | 10 | 0 | 1001010 | 1100011 | 11 | 1111 | 1100010 | 110001 |
Color Harmonies of #F84002
Complementary color
Monochromatic Colors of #F84002
Black with #F84002
Text Example
Text Example
White with #F84002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84002; }
p { color: rgb(248,64,2); }
H1.HeaderClassName
{
color: #F84002;
}
.AnyTagClassName
{
color: #F84002;
}
</style>
background-color css
<style>
a { background-color: #F84002; }
a { background-color: rgb(248,64,2); }
div.DivClassName
{
background-color: #F84002;
}
.BgClassName
{
background-color: #F84002;
}
</style>
border-color css
<style>
span { border-color: #F84002; }
span { border-color: rgb(248,64,2); }
td.TdClassName
{
border-color: #F84002;
}
.TagClassName
{
border-color: #F84002;
}
</style>