Shades of Orange Red #F84015
Tints of Orange Red #F84015
RGB
CMYK
RGB Variations
Color information
#F84015 (or 0xF84015) is known color: Orange Red. HEX triplet: F8, 40 and 15. RGB value is (248,64,21). Sum of RGB (Red+Green+Blue) = 248+64+21=333 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.47% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 248 - color contains mainly: red. Hex color #F84015 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84015 is #07BFEA. Grayscale: #727272. Windows color (decimal): -507883 or 1392888. OLE color: 1392888.
HSL color Cylindrical-coordinate representation of color #F84015: hue angle of 11.37º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F84015 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 64 | 21 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.03 |
| HSL | 11.37º | 0.94% | 0.53% | - |
| HSV(B) | 11.37º | 0.92% | 0.97% | - |
| XYZ | 40.68 | 23.68 | 3.14 | - |
| YUV | 114.11 | 75.46 | 223.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 64 | 21 | 0 | 0.74 | 0.92 | 0.03 | 11.37 | 0.94 | 0.53 |
| Hex | F8 | 40 | 15 | 0 | 4A | 5C | 3 | B | 5E | 35 |
| Octal | 370 | 100 | 25 | 0 | 112 | 134 | 3 | 13 | 136 | 65 |
| Binary | 11111000 | 1000000 | 10101 | 0 | 1001010 | 1011100 | 11 | 1011 | 1011110 | 110101 |
Color Harmonies of #F84015
Complementary color
Monochromatic Colors of #F84015
Black with #F84015
Text Example
Text Example
White with #F84015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84015; }
p { color: rgb(248,64,21); }
H1.HeaderClassName
{
color: #F84015;
}
.AnyTagClassName
{
color: #F84015;
}
</style>
background-color css
<style>
a { background-color: #F84015; }
a { background-color: rgb(248,64,21); }
div.DivClassName
{
background-color: #F84015;
}
.BgClassName
{
background-color: #F84015;
}
</style>
border-color css
<style>
span { border-color: #F84015; }
span { border-color: rgb(248,64,21); }
td.TdClassName
{
border-color: #F84015;
}
.TagClassName
{
border-color: #F84015;
}
</style>