Shades of Orange Red #F84113
Tints of Orange Red #F84113
RGB
CMYK
RGB Variations
Color information
#F84113 (or 0xF84113) is known color: Orange Red. HEX triplet: F8, 41 and 13. RGB value is (248,65,19). Sum of RGB (Red+Green+Blue) = 248+65+19=332 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.70% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 248 - color contains mainly: red. Hex color #F84113 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84113 is #07BEEC. Grayscale: #727272. Windows color (decimal): -507629 or 1262072. OLE color: 1262072.
HSL color Cylindrical-coordinate representation of color #F84113: hue angle of 12.05º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F84113 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 19 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.03 |
| HSL | 12.05º | 0.94% | 0.52% | - |
| HSV(B) | 12.05º | 0.92% | 0.97% | - |
| XYZ | 40.72 | 23.78 | 3.06 | - |
| YUV | 114.47 | 74.13 | 223.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 19 | 0 | 0.74 | 0.92 | 0.03 | 12.05 | 0.94 | 0.52 |
| Hex | F8 | 41 | 13 | 0 | 4A | 5C | 3 | C | 5E | 34 |
| Octal | 370 | 101 | 23 | 0 | 112 | 134 | 3 | 14 | 136 | 64 |
| Binary | 11111000 | 1000001 | 10011 | 0 | 1001010 | 1011100 | 11 | 1100 | 1011110 | 110100 |
Color Harmonies of #F84113
Complementary color
Monochromatic Colors of #F84113
Black with #F84113
Text Example
Text Example
White with #F84113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84113; }
p { color: rgb(248,65,19); }
H1.HeaderClassName
{
color: #F84113;
}
.AnyTagClassName
{
color: #F84113;
}
</style>
background-color css
<style>
a { background-color: #F84113; }
a { background-color: rgb(248,65,19); }
div.DivClassName
{
background-color: #F84113;
}
.BgClassName
{
background-color: #F84113;
}
</style>
border-color css
<style>
span { border-color: #F84113; }
span { border-color: rgb(248,65,19); }
td.TdClassName
{
border-color: #F84113;
}
.TagClassName
{
border-color: #F84113;
}
</style>