Shades of Orange Red #F84200
Tints of Orange Red #F84200
RGB
CMYK
RGB Variations
Color information
#F84200 (or 0xF84200) is known color: Orange Red. HEX triplet: F8, 42 and 00. RGB value is (248,66,0). Sum of RGB (Red+Green+Blue) = 248+66+0=314 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.98% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 248 - color contains mainly: red. Hex color #F84200 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84200 is #07BDFF. Grayscale: #717171. Windows color (decimal): -507392 or 17144. OLE color: 17144.
HSL color Cylindrical-coordinate representation of color #F84200: hue angle of 15.97º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F84200 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 66 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.03 |
| HSL | 15.97º | 1% | 0.49% | - |
| HSV(B) | 15.97º | 1% | 0.97% | - |
| XYZ | 40.66 | 23.85 | 2.46 | - |
| YUV | 112.89 | 64.3 | 224.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 66 | 0 | 0 | 0.73 | 1 | 0.03 | 15.97 | 1 | 0.49 |
| Hex | F8 | 42 | 0 | 0 | 49 | 64 | 3 | 10 | 64 | 31 |
| Octal | 370 | 102 | 0 | 0 | 111 | 144 | 3 | 20 | 144 | 61 |
| Binary | 11111000 | 1000010 | 0 | 0 | 1001001 | 1100100 | 11 | 10000 | 1100100 | 110001 |
Color Harmonies of #F84200
Complementary color
Monochromatic Colors of #F84200
Black with #F84200
Text Example
Text Example
White with #F84200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84200; }
p { color: rgb(248,66,0); }
H1.HeaderClassName
{
color: #F84200;
}
.AnyTagClassName
{
color: #F84200;
}
</style>
background-color css
<style>
a { background-color: #F84200; }
a { background-color: rgb(248,66,0); }
div.DivClassName
{
background-color: #F84200;
}
.BgClassName
{
background-color: #F84200;
}
</style>
border-color css
<style>
span { border-color: #F84200; }
span { border-color: rgb(248,66,0); }
td.TdClassName
{
border-color: #F84200;
}
.TagClassName
{
border-color: #F84200;
}
</style>