Shades of Orange Red #F84407
Tints of Orange Red #F84407
RGB
CMYK
RGB Variations
Color information
#F84407 (or 0xF84407) is known color: Orange Red. HEX triplet: F8, 44 and 07. RGB value is (248,68,7). Sum of RGB (Red+Green+Blue) = 248+68+7=323 (42% of max value = 765). Red value is 248 (97.27% from 255 or 76.78% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 7 (3.12% from 255 or 2.17% from 323); Max value from RGB is 248 - color contains mainly: red. Hex color #F84407 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84407 is #07BBF8. Grayscale: #737373. Windows color (decimal): -506873 or 476408. OLE color: 476408.
HSL color Cylindrical-coordinate representation of color #F84407: hue angle of 15.19º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F84407 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 68 | 7 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.03 |
| HSL | 15.19º | 0.95% | 0.5% | - |
| HSV(B) | 15.19º | 0.97% | 0.97% | - |
| XYZ | 40.82 | 24.11 | 2.7 | - |
| YUV | 114.87 | 67.13 | 222.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 68 | 7 | 0 | 0.73 | 0.97 | 0.03 | 15.19 | 0.95 | 0.5 |
| Hex | F8 | 44 | 7 | 0 | 49 | 61 | 3 | F | 5F | 32 |
| Octal | 370 | 104 | 7 | 0 | 111 | 141 | 3 | 17 | 137 | 62 |
| Binary | 11111000 | 1000100 | 111 | 0 | 1001001 | 1100001 | 11 | 1111 | 1011111 | 110010 |
Color Harmonies of #F84407
Complementary color
Monochromatic Colors of #F84407
Black with #F84407
Text Example
Text Example
White with #F84407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84407; }
p { color: rgb(248,68,7); }
H1.HeaderClassName
{
color: #F84407;
}
.AnyTagClassName
{
color: #F84407;
}
</style>
background-color css
<style>
a { background-color: #F84407; }
a { background-color: rgb(248,68,7); }
div.DivClassName
{
background-color: #F84407;
}
.BgClassName
{
background-color: #F84407;
}
</style>
border-color css
<style>
span { border-color: #F84407; }
span { border-color: rgb(248,68,7); }
td.TdClassName
{
border-color: #F84407;
}
.TagClassName
{
border-color: #F84407;
}
</style>