Shades of Orange Red #F04610
Tints of Orange Red #F04610
RGB
CMYK
RGB Variations
Color information
#F04610 (or 0xF04610) is known color: Orange Red. HEX triplet: F0, 46 and 10. RGB value is (240,70,16). Sum of RGB (Red+Green+Blue) = 240+70+16=326 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.62% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 240 - color contains mainly: red. Hex color #F04610 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04610 is #0FB9EF. Grayscale: #737373. Windows color (decimal): -1030640 or 1066736. OLE color: 1066736.
HSL color Cylindrical-coordinate representation of color #F04610: hue angle of 14.46º 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 #F04610 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 16 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.06 |
| HSL | 14.46º | 0.88% | 0.5% | - |
| HSV(B) | 14.46º | 0.93% | 0.94% | - |
| XYZ | 38.22 | 22.94 | 2.9 | - |
| YUV | 114.67 | 72.32 | 217.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 16 | 0 | 0.71 | 0.93 | 0.06 | 14.46 | 0.88 | 0.5 |
| Hex | F0 | 46 | 10 | 0 | 47 | 5D | 6 | E | 58 | 32 |
| Octal | 360 | 106 | 20 | 0 | 107 | 135 | 6 | 16 | 130 | 62 |
| Binary | 11110000 | 1000110 | 10000 | 0 | 1000111 | 1011101 | 110 | 1110 | 1011000 | 110010 |
Color Harmonies of #F04610
Complementary color
Monochromatic Colors of #F04610
Black with #F04610
Text Example
Text Example
White with #F04610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04610; }
p { color: rgb(240,70,16); }
H1.HeaderClassName
{
color: #F04610;
}
.AnyTagClassName
{
color: #F04610;
}
</style>
background-color css
<style>
a { background-color: #F04610; }
a { background-color: rgb(240,70,16); }
div.DivClassName
{
background-color: #F04610;
}
.BgClassName
{
background-color: #F04610;
}
</style>
border-color css
<style>
span { border-color: #F04610; }
span { border-color: rgb(240,70,16); }
td.TdClassName
{
border-color: #F04610;
}
.TagClassName
{
border-color: #F04610;
}
</style>