Shades of Tangerine #F09005
Tints of Tangerine #F09005
RGB
CMYK
RGB Variations
Color information
#F09005 (or 0xF09005) is known color: Tangerine. HEX triplet: F0, 90 and 05. RGB value is (240,144,5). Sum of RGB (Red+Green+Blue) = 240+144+5=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 5 (2.34% from 255 or 1.29% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F09005 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09005 is #0F6FFA. Grayscale: #9D9D9D. Windows color (decimal): -1011707 or 364784. OLE color: 364784.
HSL color Cylindrical-coordinate representation of color #F09005: hue angle of 35.49º 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 #F09005 is Cyan = 0, Magento = 0.4, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 5 | - |
| CMYK | 0 | 0.4 | 0.98 | 0.06 |
| HSL | 35.49º | 0.96% | 0.48% | - |
| HSV(B) | 35.49º | 0.98% | 0.94% | - |
| XYZ | 45.94 | 38.48 | 5.15 | - |
| YUV | 156.86 | 42.3 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 5 | 0 | 0.4 | 0.98 | 0.06 | 35.49 | 0.96 | 0.48 |
| Hex | F0 | 90 | 5 | 0 | 28 | 62 | 6 | 23 | 60 | 30 |
| Octal | 360 | 220 | 5 | 0 | 50 | 142 | 6 | 43 | 140 | 60 |
| Binary | 11110000 | 10010000 | 101 | 0 | 101000 | 1100010 | 110 | 100011 | 1100000 | 110000 |
Color Harmonies of #F09005
Complementary color
Monochromatic Colors of #F09005
Black with #F09005
Text Example
Text Example
White with #F09005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09005; }
p { color: rgb(240,144,5); }
H1.HeaderClassName
{
color: #F09005;
}
.AnyTagClassName
{
color: #F09005;
}
</style>
background-color css
<style>
a { background-color: #F09005; }
a { background-color: rgb(240,144,5); }
div.DivClassName
{
background-color: #F09005;
}
.BgClassName
{
background-color: #F09005;
}
</style>
border-color css
<style>
span { border-color: #F09005; }
span { border-color: rgb(240,144,5); }
td.TdClassName
{
border-color: #F09005;
}
.TagClassName
{
border-color: #F09005;
}
</style>