Shades of Orange Red #F84115
Tints of Orange Red #F84115
RGB
CMYK
RGB Variations
Color information
#F84115 (or 0xF84115) is known color: Orange Red. HEX triplet: F8, 41 and 15. RGB value is (248,65,21). Sum of RGB (Red+Green+Blue) = 248+65+21=334 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.25% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 248 - color contains mainly: red. Hex color #F84115 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84115 is #07BEEA. Grayscale: #737373. Windows color (decimal): -507627 or 1393144. OLE color: 1393144.
HSL color Cylindrical-coordinate representation of color #F84115: hue angle of 11.63º 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 #F84115 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 21 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.03 |
| HSL | 11.63º | 0.94% | 0.53% | - |
| HSV(B) | 11.63º | 0.92% | 0.97% | - |
| XYZ | 40.74 | 23.79 | 3.15 | - |
| YUV | 114.7 | 75.13 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 21 | 0 | 0.74 | 0.92 | 0.03 | 11.63 | 0.94 | 0.53 |
| Hex | F8 | 41 | 15 | 0 | 4A | 5C | 3 | C | 5E | 35 |
| Octal | 370 | 101 | 25 | 0 | 112 | 134 | 3 | 14 | 136 | 65 |
| Binary | 11111000 | 1000001 | 10101 | 0 | 1001010 | 1011100 | 11 | 1100 | 1011110 | 110101 |
Color Harmonies of #F84115
Complementary color
Monochromatic Colors of #F84115
Black with #F84115
Text Example
Text Example
White with #F84115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84115; }
p { color: rgb(248,65,21); }
H1.HeaderClassName
{
color: #F84115;
}
.AnyTagClassName
{
color: #F84115;
}
</style>
background-color css
<style>
a { background-color: #F84115; }
a { background-color: rgb(248,65,21); }
div.DivClassName
{
background-color: #F84115;
}
.BgClassName
{
background-color: #F84115;
}
</style>
border-color css
<style>
span { border-color: #F84115; }
span { border-color: rgb(248,65,21); }
td.TdClassName
{
border-color: #F84115;
}
.TagClassName
{
border-color: #F84115;
}
</style>