Shades of Orange Red #F84202
Tints of Orange Red #F84202
RGB
CMYK
RGB Variations
Color information
#F84202 (or 0xF84202) is known color: Orange Red. HEX triplet: F8, 42 and 02. RGB value is (248,66,2). Sum of RGB (Red+Green+Blue) = 248+66+2=316 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.48% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 248 - color contains mainly: red. Hex color #F84202 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84202 is #07BDFD. Grayscale: #717171. Windows color (decimal): -507390 or 148216. OLE color: 148216.
HSL color Cylindrical-coordinate representation of color #F84202: hue angle of 15.61º 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 #F84202 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 66 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.03 |
| HSL | 15.61º | 0.98% | 0.49% | - |
| HSV(B) | 15.61º | 0.99% | 0.97% | - |
| XYZ | 40.67 | 23.86 | 2.52 | - |
| YUV | 113.12 | 65.3 | 224.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 66 | 2 | 0 | 0.73 | 0.99 | 0.03 | 15.61 | 0.98 | 0.49 |
| Hex | F8 | 42 | 2 | 0 | 49 | 63 | 3 | 10 | 62 | 31 |
| Octal | 370 | 102 | 2 | 0 | 111 | 143 | 3 | 20 | 142 | 61 |
| Binary | 11111000 | 1000010 | 10 | 0 | 1001001 | 1100011 | 11 | 10000 | 1100010 | 110001 |
Color Harmonies of #F84202
Complementary color
Monochromatic Colors of #F84202
Black with #F84202
Text Example
Text Example
White with #F84202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84202; }
p { color: rgb(248,66,2); }
H1.HeaderClassName
{
color: #F84202;
}
.AnyTagClassName
{
color: #F84202;
}
</style>
background-color css
<style>
a { background-color: #F84202; }
a { background-color: rgb(248,66,2); }
div.DivClassName
{
background-color: #F84202;
}
.BgClassName
{
background-color: #F84202;
}
</style>
border-color css
<style>
span { border-color: #F84202; }
span { border-color: rgb(248,66,2); }
td.TdClassName
{
border-color: #F84202;
}
.TagClassName
{
border-color: #F84202;
}
</style>