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