Shades of Tangerine #F09100
Tints of Tangerine #F09100
RGB
CMYK
RGB Variations
Color information
#F09100 (or 0xF09100) is known color: Tangerine. HEX triplet: F0, 91 and 00. RGB value is (240,145,0). Sum of RGB (Red+Green+Blue) = 240+145+0=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F09100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09100 is #0F6EFF. Grayscale: #9D9D9D. Windows color (decimal): -1011456 or 37360. OLE color: 37360.
HSL color Cylindrical-coordinate representation of color #F09100: hue angle of 36.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F09100 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.06 |
| HSL | 36.25º | 1% | 0.47% | - |
| HSV(B) | 36.25º | 1% | 0.94% | - |
| XYZ | 46.06 | 38.78 | 5.06 | - |
| YUV | 156.88 | 39.47 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 0 | 0 | 0.40 | 1 | 0.06 | 36.25 | 1 | 0.47 |
| Hex | F0 | 91 | 0 | 0 | 28 | 64 | 6 | 24 | 64 | 2F |
| Octal | 360 | 221 | 0 | 0 | 50 | 144 | 6 | 44 | 144 | 57 |
| Binary | 11110000 | 10010001 | 0 | 0 | 101000 | 1100100 | 110 | 100100 | 1100100 | 101111 |
Color Harmonies of #F09100
Complementary color
Monochromatic Colors of #F09100
Black with #F09100
Text Example
Text Example
White with #F09100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09100; }
p { color: rgb(240,145,0); }
H1.HeaderClassName
{
color: #F09100;
}
.AnyTagClassName
{
color: #F09100;
}
</style>
background-color css
<style>
a { background-color: #F09100; }
a { background-color: rgb(240,145,0); }
div.DivClassName
{
background-color: #F09100;
}
.BgClassName
{
background-color: #F09100;
}
</style>
border-color css
<style>
span { border-color: #F09100; }
span { border-color: rgb(240,145,0); }
td.TdClassName
{
border-color: #F09100;
}
.TagClassName
{
border-color: #F09100;
}
</style>