Shades of Dark Tangerine #F7A90B
Tints of Dark Tangerine #F7A90B
RGB
CMYK
RGB Variations
Color information
#F7A90B (or 0xF7A90B) is known color: Dark Tangerine. HEX triplet: F7, A9 and 0B. RGB value is (247,169,11). Sum of RGB (Red+Green+Blue) = 247+169+11=427 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.85% from 427); Green value is 169 (66.41% from 255 or 39.58% from 427); Blue value is 11 (4.69% from 255 or 2.58% from 427); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A90B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A90B is #0856F4. Grayscale: #AFAFAF. Windows color (decimal): -546549 or 764407. OLE color: 764407.
HSL color Cylindrical-coordinate representation of color #F7A90B: hue angle of 40.17º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7A90B is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 169 | 11 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.03 |
| HSL | 40.17º | 0.94% | 0.51% | - |
| HSV(B) | 40.17º | 0.96% | 0.97% | - |
| XYZ | 52.61 | 48.17 | 6.84 | - |
| YUV | 174.31 | 35.84 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 169 | 11 | 0 | 0.32 | 0.96 | 0.03 | 40.17 | 0.94 | 0.51 |
| Hex | F7 | A9 | B | 0 | 20 | 60 | 3 | 28 | 5E | 33 |
| Octal | 367 | 251 | 13 | 0 | 40 | 140 | 3 | 50 | 136 | 63 |
| Binary | 11110111 | 10101001 | 1011 | 0 | 100000 | 1100000 | 11 | 101000 | 1011110 | 110011 |
Color Harmonies of #F7A90B
Complementary color
Monochromatic Colors of #F7A90B
Black with #F7A90B
Text Example
Text Example
White with #F7A90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A90B; }
p { color: rgb(247,169,11); }
H1.HeaderClassName
{
color: #F7A90B;
}
.AnyTagClassName
{
color: #F7A90B;
}
</style>
background-color css
<style>
a { background-color: #F7A90B; }
a { background-color: rgb(247,169,11); }
div.DivClassName
{
background-color: #F7A90B;
}
.BgClassName
{
background-color: #F7A90B;
}
</style>
border-color css
<style>
span { border-color: #F7A90B; }
span { border-color: rgb(247,169,11); }
td.TdClassName
{
border-color: #F7A90B;
}
.TagClassName
{
border-color: #F7A90B;
}
</style>