Shades of Orange Red #F84206
Tints of Orange Red #F84206
RGB
CMYK
RGB Variations
Color information
#F84206 (or 0xF84206) is known color: Orange Red. HEX triplet: F8, 42 and 06. RGB value is (248,66,6). Sum of RGB (Red+Green+Blue) = 248+66+6=320 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.5% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 6 (2.73% from 255 or 1.88% from 320); Max value from RGB is 248 - color contains mainly: red. Hex color #F84206 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84206 is #07BDF9. Grayscale: #717171. Windows color (decimal): -507386 or 410360. OLE color: 410360.
HSL color Cylindrical-coordinate representation of color #F84206: hue angle of 14.88º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F84206 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 66 | 6 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.03 |
| HSL | 14.88º | 0.95% | 0.5% | - |
| HSV(B) | 14.88º | 0.98% | 0.97% | - |
| XYZ | 40.69 | 23.87 | 2.63 | - |
| YUV | 113.58 | 67.3 | 223.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 66 | 6 | 0 | 0.73 | 0.98 | 0.03 | 14.88 | 0.95 | 0.5 |
| Hex | F8 | 42 | 6 | 0 | 49 | 62 | 3 | F | 5F | 32 |
| Octal | 370 | 102 | 6 | 0 | 111 | 142 | 3 | 17 | 137 | 62 |
| Binary | 11111000 | 1000010 | 110 | 0 | 1001001 | 1100010 | 11 | 1111 | 1011111 | 110010 |
Color Harmonies of #F84206
Complementary color
Monochromatic Colors of #F84206
Black with #F84206
Text Example
Text Example
White with #F84206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84206; }
p { color: rgb(248,66,6); }
H1.HeaderClassName
{
color: #F84206;
}
.AnyTagClassName
{
color: #F84206;
}
</style>
background-color css
<style>
a { background-color: #F84206; }
a { background-color: rgb(248,66,6); }
div.DivClassName
{
background-color: #F84206;
}
.BgClassName
{
background-color: #F84206;
}
</style>
border-color css
<style>
span { border-color: #F84206; }
span { border-color: rgb(248,66,6); }
td.TdClassName
{
border-color: #F84206;
}
.TagClassName
{
border-color: #F84206;
}
</style>