Shades of Orange Red #F84612
Tints of Orange Red #F84612
RGB
CMYK
RGB Variations
Color information
#F84612 (or 0xF84612) is known color: Orange Red. HEX triplet: F8, 46 and 12. RGB value is (248,70,18). Sum of RGB (Red+Green+Blue) = 248+70+18=336 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.81% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 248 - color contains mainly: red. Hex color #F84612 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84612 is #07B9ED. Grayscale: #757575. Windows color (decimal): -506350 or 1197816. OLE color: 1197816.
HSL color Cylindrical-coordinate representation of color #F84612: hue angle of 13.57º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F84612 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 70 | 18 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.03 |
| HSL | 13.57º | 0.94% | 0.52% | - |
| HSV(B) | 13.57º | 0.93% | 0.97% | - |
| XYZ | 41.01 | 24.38 | 3.12 | - |
| YUV | 117.29 | 71.97 | 221.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 70 | 18 | 0 | 0.72 | 0.93 | 0.03 | 13.57 | 0.94 | 0.52 |
| Hex | F8 | 46 | 12 | 0 | 48 | 5D | 3 | E | 5E | 34 |
| Octal | 370 | 106 | 22 | 0 | 110 | 135 | 3 | 16 | 136 | 64 |
| Binary | 11111000 | 1000110 | 10010 | 0 | 1001000 | 1011101 | 11 | 1110 | 1011110 | 110100 |
Color Harmonies of #F84612
Complementary color
Monochromatic Colors of #F84612
Black with #F84612
Text Example
Text Example
White with #F84612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84612; }
p { color: rgb(248,70,18); }
H1.HeaderClassName
{
color: #F84612;
}
.AnyTagClassName
{
color: #F84612;
}
</style>
background-color css
<style>
a { background-color: #F84612; }
a { background-color: rgb(248,70,18); }
div.DivClassName
{
background-color: #F84612;
}
.BgClassName
{
background-color: #F84612;
}
</style>
border-color css
<style>
span { border-color: #F84612; }
span { border-color: rgb(248,70,18); }
td.TdClassName
{
border-color: #F84612;
}
.TagClassName
{
border-color: #F84612;
}
</style>