Shades of Orange Red #F04105
Tints of Orange Red #F04105
RGB
CMYK
RGB Variations
Color information
#F04105 (or 0xF04105) is known color: Orange Red. HEX triplet: F0, 41 and 05. RGB value is (240,65,5). Sum of RGB (Red+Green+Blue) = 240+65+5=310 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.42% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 240 - color contains mainly: red. Hex color #F04105 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04105 is #0FBEFA. Grayscale: #6E6E6E. Windows color (decimal): -1031931 or 344560. OLE color: 344560.
HSL color Cylindrical-coordinate representation of color #F04105: hue angle of 15.32º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F04105 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 5 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.06 |
| HSL | 15.32º | 0.96% | 0.48% | - |
| HSV(B) | 15.32º | 0.98% | 0.94% | - |
| XYZ | 37.85 | 22.32 | 2.46 | - |
| YUV | 110.49 | 68.48 | 220.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 5 | 0 | 0.73 | 0.98 | 0.06 | 15.32 | 0.96 | 0.48 |
| Hex | F0 | 41 | 5 | 0 | 49 | 62 | 6 | F | 60 | 30 |
| Octal | 360 | 101 | 5 | 0 | 111 | 142 | 6 | 17 | 140 | 60 |
| Binary | 11110000 | 1000001 | 101 | 0 | 1001001 | 1100010 | 110 | 1111 | 1100000 | 110000 |
Color Harmonies of #F04105
Complementary color
Monochromatic Colors of #F04105
Black with #F04105
Text Example
Text Example
White with #F04105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04105; }
p { color: rgb(240,65,5); }
H1.HeaderClassName
{
color: #F04105;
}
.AnyTagClassName
{
color: #F04105;
}
</style>
background-color css
<style>
a { background-color: #F04105; }
a { background-color: rgb(240,65,5); }
div.DivClassName
{
background-color: #F04105;
}
.BgClassName
{
background-color: #F04105;
}
</style>
border-color css
<style>
span { border-color: #F04105; }
span { border-color: rgb(240,65,5); }
td.TdClassName
{
border-color: #F04105;
}
.TagClassName
{
border-color: #F04105;
}
</style>