Shades of Orange Red #F04813
Tints of Orange Red #F04813
RGB
CMYK
RGB Variations
Color information
#F04813 (or 0xF04813) is known color: Orange Red. HEX triplet: F0, 48 and 13. RGB value is (240,72,19). Sum of RGB (Red+Green+Blue) = 240+72+19=331 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.51% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 240 - color contains mainly: red. Hex color #F04813 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04813 is #0FB7EC. Grayscale: #747474. Windows color (decimal): -1030125 or 1263856. OLE color: 1263856.
HSL color Cylindrical-coordinate representation of color #F04813: hue angle of 14.39º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F04813 is Cyan = 0, Magento = 0.7, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 19 | - |
| CMYK | 0 | 0.7 | 0.92 | 0.06 |
| HSL | 14.39º | 0.88% | 0.51% | - |
| HSV(B) | 14.39º | 0.92% | 0.94% | - |
| XYZ | 38.37 | 23.21 | 3.07 | - |
| YUV | 116.19 | 73.16 | 216.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 19 | 0 | 0.7 | 0.92 | 0.06 | 14.39 | 0.88 | 0.51 |
| Hex | F0 | 48 | 13 | 0 | 46 | 5C | 6 | E | 58 | 33 |
| Octal | 360 | 110 | 23 | 0 | 106 | 134 | 6 | 16 | 130 | 63 |
| Binary | 11110000 | 1001000 | 10011 | 0 | 1000110 | 1011100 | 110 | 1110 | 1011000 | 110011 |
Color Harmonies of #F04813
Complementary color
Monochromatic Colors of #F04813
Black with #F04813
Text Example
Text Example
White with #F04813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04813; }
p { color: rgb(240,72,19); }
H1.HeaderClassName
{
color: #F04813;
}
.AnyTagClassName
{
color: #F04813;
}
</style>
background-color css
<style>
a { background-color: #F04813; }
a { background-color: rgb(240,72,19); }
div.DivClassName
{
background-color: #F04813;
}
.BgClassName
{
background-color: #F04813;
}
</style>
border-color css
<style>
span { border-color: #F04813; }
span { border-color: rgb(240,72,19); }
td.TdClassName
{
border-color: #F04813;
}
.TagClassName
{
border-color: #F04813;
}
</style>