Shades of Orange Red #F04915
Tints of Orange Red #F04915
RGB
CMYK
RGB Variations
Color information
#F04915 (or 0xF04915) is known color: Orange Red. HEX triplet: F0, 49 and 15. RGB value is (240,73,21). Sum of RGB (Red+Green+Blue) = 240+73+21=334 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.86% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 240 - color contains mainly: red. Hex color #F04915 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04915 is #0FB6EA. Grayscale: #757575. Windows color (decimal): -1029867 or 1395184. OLE color: 1395184.
HSL color Cylindrical-coordinate representation of color #F04915: hue angle of 14.25º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F04915 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 73 | 21 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.06 |
| HSL | 14.25º | 0.88% | 0.51% | - |
| HSV(B) | 14.25º | 0.91% | 0.94% | - |
| XYZ | 38.45 | 23.34 | 3.19 | - |
| YUV | 117.01 | 73.83 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 73 | 21 | 0 | 0.70 | 0.91 | 0.06 | 14.25 | 0.88 | 0.51 |
| Hex | F0 | 49 | 15 | 0 | 46 | 5B | 6 | E | 58 | 33 |
| Octal | 360 | 111 | 25 | 0 | 106 | 133 | 6 | 16 | 130 | 63 |
| Binary | 11110000 | 1001001 | 10101 | 0 | 1000110 | 1011011 | 110 | 1110 | 1011000 | 110011 |
Color Harmonies of #F04915
Complementary color
Monochromatic Colors of #F04915
Black with #F04915
Text Example
Text Example
White with #F04915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04915; }
p { color: rgb(240,73,21); }
H1.HeaderClassName
{
color: #F04915;
}
.AnyTagClassName
{
color: #F04915;
}
</style>
background-color css
<style>
a { background-color: #F04915; }
a { background-color: rgb(240,73,21); }
div.DivClassName
{
background-color: #F04915;
}
.BgClassName
{
background-color: #F04915;
}
</style>
border-color css
<style>
span { border-color: #F04915; }
span { border-color: rgb(240,73,21); }
td.TdClassName
{
border-color: #F04915;
}
.TagClassName
{
border-color: #F04915;
}
</style>