Shades of Dark Tangerine #FFA816
Tints of Dark Tangerine #FFA816
RGB
CMYK
RGB Variations
Color information
#FFA816 (or 0xFFA816) is known color: Dark Tangerine. HEX triplet: FF, A8 and 16. RGB value is (255,168,22). Sum of RGB (Red+Green+Blue) = 255+168+22=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 22 (8.98% from 255 or 4.94% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA816 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA816 is #0057E9. Grayscale: #B2B2B2. Windows color (decimal): -22506 or 1485055. OLE color: 1485055.
HSL color Cylindrical-coordinate representation of color #FFA816: hue angle of 37.6º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFA816 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 22 | - |
| CMYK | 0 | 0.34 | 0.91 | 0 |
| HSL | 37.6º | 1% | 0.54% | - |
| HSV(B) | 37.6º | 0.91% | 1% | - |
| XYZ | 55.39 | 49.32 | 7.36 | - |
| YUV | 177.37 | 40.32 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 22 | 0 | 0.34 | 0.91 | 0 | 37.6 | 1 | 0.54 |
| Hex | FF | A8 | 16 | 0 | 22 | 5B | 0 | 26 | 64 | 36 |
| Octal | 377 | 250 | 26 | 0 | 42 | 133 | 0 | 46 | 144 | 66 |
| Binary | 11111111 | 10101000 | 10110 | 0 | 100010 | 1011011 | 0 | 100110 | 1100100 | 110110 |
Color Harmonies of #FFA816
Complementary color
Monochromatic Colors of #FFA816
Black with #FFA816
Text Example
Text Example
White with #FFA816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA816; }
p { color: rgb(255,168,22); }
H1.HeaderClassName
{
color: #FFA816;
}
.AnyTagClassName
{
color: #FFA816;
}
</style>
background-color css
<style>
a { background-color: #FFA816; }
a { background-color: rgb(255,168,22); }
div.DivClassName
{
background-color: #FFA816;
}
.BgClassName
{
background-color: #FFA816;
}
</style>
border-color css
<style>
span { border-color: #FFA816; }
span { border-color: rgb(255,168,22); }
td.TdClassName
{
border-color: #FFA816;
}
.TagClassName
{
border-color: #FFA816;
}
</style>