Shades of Dark Tangerine #FFA90C
Tints of Dark Tangerine #FFA90C
RGB
CMYK
RGB Variations
Color information
#FFA90C (or 0xFFA90C) is known color: Dark Tangerine. HEX triplet: FF, A9 and 0C. RGB value is (255,169,12). Sum of RGB (Red+Green+Blue) = 255+169+12=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 169 (66.41% from 255 or 38.76% from 436); Blue value is 12 (5.08% from 255 or 2.75% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA90C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA90C is #0056F3. Grayscale: #B1B1B1. Windows color (decimal): -22260 or 829951. OLE color: 829951.
HSL color Cylindrical-coordinate representation of color #FFA90C: hue angle of 38.77º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFA90C is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 12 | - |
| CMYK | 0 | 0.34 | 0.95 | 0 |
| HSL | 38.77º | 1% | 0.52% | - |
| HSV(B) | 38.77º | 0.95% | 1% | - |
| XYZ | 55.49 | 49.66 | 7.01 | - |
| YUV | 176.82 | 34.99 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 12 | 0 | 0.34 | 0.95 | 0 | 38.77 | 1 | 0.52 |
| Hex | FF | A9 | C | 0 | 22 | 5F | 0 | 27 | 64 | 34 |
| Octal | 377 | 251 | 14 | 0 | 42 | 137 | 0 | 47 | 144 | 64 |
| Binary | 11111111 | 10101001 | 1100 | 0 | 100010 | 1011111 | 0 | 100111 | 1100100 | 110100 |
Color Harmonies of #FFA90C
Complementary color
Monochromatic Colors of #FFA90C
Black with #FFA90C
Text Example
Text Example
White with #FFA90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA90C; }
p { color: rgb(255,169,12); }
H1.HeaderClassName
{
color: #FFA90C;
}
.AnyTagClassName
{
color: #FFA90C;
}
</style>
background-color css
<style>
a { background-color: #FFA90C; }
a { background-color: rgb(255,169,12); }
div.DivClassName
{
background-color: #FFA90C;
}
.BgClassName
{
background-color: #FFA90C;
}
</style>
border-color css
<style>
span { border-color: #FFA90C; }
span { border-color: rgb(255,169,12); }
td.TdClassName
{
border-color: #FFA90C;
}
.TagClassName
{
border-color: #FFA90C;
}
</style>