Shades of Orange Red #F84406
Tints of Orange Red #F84406
RGB
CMYK
RGB Variations
Color information
#F84406 (or 0xF84406) is known color: Orange Red. HEX triplet: F8, 44 and 06. RGB value is (248,68,6). Sum of RGB (Red+Green+Blue) = 248+68+6=322 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.02% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 6 (2.73% from 255 or 1.86% from 322); Max value from RGB is 248 - color contains mainly: red. Hex color #F84406 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84406 is #07BBF9. Grayscale: #737373. Windows color (decimal): -506874 or 410872. OLE color: 410872.
HSL color Cylindrical-coordinate representation of color #F84406: hue angle of 15.37º 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 #F84406 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 68 | 6 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.03 |
| HSL | 15.37º | 0.95% | 0.5% | - |
| HSV(B) | 15.37º | 0.98% | 0.97% | - |
| XYZ | 40.81 | 24.1 | 2.67 | - |
| YUV | 114.75 | 66.63 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 68 | 6 | 0 | 0.73 | 0.98 | 0.03 | 15.37 | 0.95 | 0.5 |
| Hex | F8 | 44 | 6 | 0 | 49 | 62 | 3 | F | 5F | 32 |
| Octal | 370 | 104 | 6 | 0 | 111 | 142 | 3 | 17 | 137 | 62 |
| Binary | 11111000 | 1000100 | 110 | 0 | 1001001 | 1100010 | 11 | 1111 | 1011111 | 110010 |
Color Harmonies of #F84406
Complementary color
Monochromatic Colors of #F84406
Black with #F84406
Text Example
Text Example
White with #F84406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84406; }
p { color: rgb(248,68,6); }
H1.HeaderClassName
{
color: #F84406;
}
.AnyTagClassName
{
color: #F84406;
}
</style>
background-color css
<style>
a { background-color: #F84406; }
a { background-color: rgb(248,68,6); }
div.DivClassName
{
background-color: #F84406;
}
.BgClassName
{
background-color: #F84406;
}
</style>
border-color css
<style>
span { border-color: #F84406; }
span { border-color: rgb(248,68,6); }
td.TdClassName
{
border-color: #F84406;
}
.TagClassName
{
border-color: #F84406;
}
</style>