Shades of Orange Red #F03905
Tints of Orange Red #F03905
RGB
CMYK
RGB Variations
Color information
#F03905 (or 0xF03905) is known color: Orange Red. HEX triplet: F0, 39 and 05. RGB value is (240,57,5). Sum of RGB (Red+Green+Blue) = 240+57+5=302 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.47% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 240 - color contains mainly: red. Hex color #F03905 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03905 is #0FC6FA. Grayscale: #6A6A6A. Windows color (decimal): -1033979 or 342512. OLE color: 342512.
HSL color Cylindrical-coordinate representation of color #F03905: hue angle of 13.28º 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 #F03905 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 57 | 5 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.06 |
| HSL | 13.28º | 0.96% | 0.48% | - |
| HSV(B) | 13.28º | 0.98% | 0.94% | - |
| XYZ | 37.43 | 21.46 | 2.31 | - |
| YUV | 105.79 | 71.13 | 223.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 57 | 5 | 0 | 0.76 | 0.98 | 0.06 | 13.28 | 0.96 | 0.48 |
| Hex | F0 | 39 | 5 | 0 | 4C | 62 | 6 | D | 60 | 30 |
| Octal | 360 | 71 | 5 | 0 | 114 | 142 | 6 | 15 | 140 | 60 |
| Binary | 11110000 | 111001 | 101 | 0 | 1001100 | 1100010 | 110 | 1101 | 1100000 | 110000 |
Color Harmonies of #F03905
Complementary color
Monochromatic Colors of #F03905
Black with #F03905
Text Example
Text Example
White with #F03905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03905; }
p { color: rgb(240,57,5); }
H1.HeaderClassName
{
color: #F03905;
}
.AnyTagClassName
{
color: #F03905;
}
</style>
background-color css
<style>
a { background-color: #F03905; }
a { background-color: rgb(240,57,5); }
div.DivClassName
{
background-color: #F03905;
}
.BgClassName
{
background-color: #F03905;
}
</style>
border-color css
<style>
span { border-color: #F03905; }
span { border-color: rgb(240,57,5); }
td.TdClassName
{
border-color: #F03905;
}
.TagClassName
{
border-color: #F03905;
}
</style>