Shades of Dark Tangerine #FFA90B
Tints of Dark Tangerine #FFA90B
RGB
CMYK
RGB Variations
Color information
#FFA90B (or 0xFFA90B) is known color: Dark Tangerine. HEX triplet: FF, A9 and 0B. RGB value is (255,169,11). Sum of RGB (Red+Green+Blue) = 255+169+11=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 11 (4.69% from 255 or 2.53% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA90B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA90B is #0056F4. Grayscale: #B1B1B1. Windows color (decimal): -22261 or 764415. OLE color: 764415.
HSL color Cylindrical-coordinate representation of color #FFA90B: hue angle of 38.85º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFA90B is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 11 | - |
| CMYK | 0 | 0.34 | 0.96 | 0 |
| HSL | 38.85º | 1% | 0.52% | - |
| HSV(B) | 38.85º | 0.96% | 1% | - |
| XYZ | 55.49 | 49.66 | 6.98 | - |
| YUV | 176.7 | 34.49 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 11 | 0 | 0.34 | 0.96 | 0 | 38.85 | 1 | 0.52 |
| Hex | FF | A9 | B | 0 | 22 | 60 | 0 | 27 | 64 | 34 |
| Octal | 377 | 251 | 13 | 0 | 42 | 140 | 0 | 47 | 144 | 64 |
| Binary | 11111111 | 10101001 | 1011 | 0 | 100010 | 1100000 | 0 | 100111 | 1100100 | 110100 |
Color Harmonies of #FFA90B
Complementary color
Monochromatic Colors of #FFA90B
Black with #FFA90B
Text Example
Text Example
White with #FFA90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA90B; }
p { color: rgb(255,169,11); }
H1.HeaderClassName
{
color: #FFA90B;
}
.AnyTagClassName
{
color: #FFA90B;
}
</style>
background-color css
<style>
a { background-color: #FFA90B; }
a { background-color: rgb(255,169,11); }
div.DivClassName
{
background-color: #FFA90B;
}
.BgClassName
{
background-color: #FFA90B;
}
</style>
border-color css
<style>
span { border-color: #FFA90B; }
span { border-color: rgb(255,169,11); }
td.TdClassName
{
border-color: #FFA90B;
}
.TagClassName
{
border-color: #FFA90B;
}
</style>