Shades of Orange Red #F04210
Tints of Orange Red #F04210
RGB
CMYK
RGB Variations
Color information
#F04210 (or 0xF04210) is known color: Orange Red. HEX triplet: F0, 42 and 10. RGB value is (240,66,16). Sum of RGB (Red+Green+Blue) = 240+66+16=322 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.53% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 240 - color contains mainly: red. Hex color #F04210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04210 is #0FBDEF. Grayscale: #707070. Windows color (decimal): -1031664 or 1065712. OLE color: 1065712.
HSL color Cylindrical-coordinate representation of color #F04210: hue angle of 13.39º 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 #F04210 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 66 | 16 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.06 |
| HSL | 13.39º | 0.88% | 0.5% | - |
| HSV(B) | 13.39º | 0.93% | 0.94% | - |
| XYZ | 37.98 | 22.46 | 2.82 | - |
| YUV | 112.33 | 73.65 | 219.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 66 | 16 | 0 | 0.72 | 0.93 | 0.06 | 13.39 | 0.88 | 0.5 |
| Hex | F0 | 42 | 10 | 0 | 48 | 5D | 6 | D | 58 | 32 |
| Octal | 360 | 102 | 20 | 0 | 110 | 135 | 6 | 15 | 130 | 62 |
| Binary | 11110000 | 1000010 | 10000 | 0 | 1001000 | 1011101 | 110 | 1101 | 1011000 | 110010 |
Color Harmonies of #F04210
Complementary color
Monochromatic Colors of #F04210
Black with #F04210
Text Example
Text Example
White with #F04210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04210; }
p { color: rgb(240,66,16); }
H1.HeaderClassName
{
color: #F04210;
}
.AnyTagClassName
{
color: #F04210;
}
</style>
background-color css
<style>
a { background-color: #F04210; }
a { background-color: rgb(240,66,16); }
div.DivClassName
{
background-color: #F04210;
}
.BgClassName
{
background-color: #F04210;
}
</style>
border-color css
<style>
span { border-color: #F04210; }
span { border-color: rgb(240,66,16); }
td.TdClassName
{
border-color: #F04210;
}
.TagClassName
{
border-color: #F04210;
}
</style>