Shades of Orange Red #F0410B
Tints of Orange Red #F0410B
RGB
CMYK
RGB Variations
Color information
#F0410B (or 0xF0410B) is known color: Orange Red. HEX triplet: F0, 41 and 0B. RGB value is (240,65,11). Sum of RGB (Red+Green+Blue) = 240+65+11=316 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.95% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 240 - color contains mainly: red. Hex color #F0410B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0410B is #0FBEF4. Grayscale: #6F6F6F. Windows color (decimal): -1031925 or 737776. OLE color: 737776.
HSL color Cylindrical-coordinate representation of color #F0410B: hue angle of 14.15º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0410B is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 11 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.06 |
| HSL | 14.15º | 0.91% | 0.49% | - |
| HSV(B) | 14.15º | 0.95% | 0.94% | - |
| XYZ | 37.89 | 22.33 | 2.63 | - |
| YUV | 111.17 | 71.48 | 219.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 11 | 0 | 0.73 | 0.95 | 0.06 | 14.15 | 0.91 | 0.49 |
| Hex | F0 | 41 | B | 0 | 49 | 5F | 6 | E | 5B | 31 |
| Octal | 360 | 101 | 13 | 0 | 111 | 137 | 6 | 16 | 133 | 61 |
| Binary | 11110000 | 1000001 | 1011 | 0 | 1001001 | 1011111 | 110 | 1110 | 1011011 | 110001 |
Color Harmonies of #F0410B
Complementary color
Monochromatic Colors of #F0410B
Black with #F0410B
Text Example
Text Example
White with #F0410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0410B; }
p { color: rgb(240,65,11); }
H1.HeaderClassName
{
color: #F0410B;
}
.AnyTagClassName
{
color: #F0410B;
}
</style>
background-color css
<style>
a { background-color: #F0410B; }
a { background-color: rgb(240,65,11); }
div.DivClassName
{
background-color: #F0410B;
}
.BgClassName
{
background-color: #F0410B;
}
</style>
border-color css
<style>
span { border-color: #F0410B; }
span { border-color: rgb(240,65,11); }
td.TdClassName
{
border-color: #F0410B;
}
.TagClassName
{
border-color: #F0410B;
}
</style>