Shades of Orange Red #F04510
Tints of Orange Red #F04510
RGB
CMYK
RGB Variations
Color information
#F04510 (or 0xF04510) is known color: Orange Red. HEX triplet: F0, 45 and 10. RGB value is (240,69,16). Sum of RGB (Red+Green+Blue) = 240+69+16=325 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.85% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 240 - color contains mainly: red. Hex color #F04510 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04510 is #0FBAEF. Grayscale: #727272. Windows color (decimal): -1030896 or 1066480. OLE color: 1066480.
HSL color Cylindrical-coordinate representation of color #F04510: hue angle of 14.2º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F04510 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 16 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.06 |
| HSL | 14.2º | 0.88% | 0.5% | - |
| HSV(B) | 14.2º | 0.93% | 0.94% | - |
| XYZ | 38.16 | 22.82 | 2.88 | - |
| YUV | 114.09 | 72.65 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 16 | 0 | 0.71 | 0.93 | 0.06 | 14.2 | 0.88 | 0.5 |
| Hex | F0 | 45 | 10 | 0 | 47 | 5D | 6 | E | 58 | 32 |
| Octal | 360 | 105 | 20 | 0 | 107 | 135 | 6 | 16 | 130 | 62 |
| Binary | 11110000 | 1000101 | 10000 | 0 | 1000111 | 1011101 | 110 | 1110 | 1011000 | 110010 |
Color Harmonies of #F04510
Complementary color
Monochromatic Colors of #F04510
Black with #F04510
Text Example
Text Example
White with #F04510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04510; }
p { color: rgb(240,69,16); }
H1.HeaderClassName
{
color: #F04510;
}
.AnyTagClassName
{
color: #F04510;
}
</style>
background-color css
<style>
a { background-color: #F04510; }
a { background-color: rgb(240,69,16); }
div.DivClassName
{
background-color: #F04510;
}
.BgClassName
{
background-color: #F04510;
}
</style>
border-color css
<style>
span { border-color: #F04510; }
span { border-color: rgb(240,69,16); }
td.TdClassName
{
border-color: #F04510;
}
.TagClassName
{
border-color: #F04510;
}
</style>