Shades of Dark Tangerine #FFAD22
Tints of Dark Tangerine #FFAD22
RGB
CMYK
RGB Variations
Color information
#FFAD22 (or 0xFFAD22) is known color: Dark Tangerine. HEX triplet: FF, AD and 22. RGB value is (255,173,34). Sum of RGB (Red+Green+Blue) = 255+173+34=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 34 (13.67% from 255 or 7.36% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD22 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAD22 is #0052DD. Grayscale: #B6B6B6. Windows color (decimal): -21214 or 2272767. OLE color: 2272767.
HSL color Cylindrical-coordinate representation of color #FFAD22: hue angle of 37.74º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFAD22 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 34 | - |
| CMYK | 0 | 0.32 | 0.87 | 0 |
| HSL | 37.74º | 1% | 0.57% | - |
| HSV(B) | 37.74º | 0.87% | 1% | - |
| XYZ | 56.47 | 51.26 | 8.43 | - |
| YUV | 181.67 | 44.67 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 34 | 0 | 0.32 | 0.87 | 0 | 37.74 | 1 | 0.57 |
| Hex | FF | AD | 22 | 0 | 20 | 57 | 0 | 26 | 64 | 39 |
| Octal | 377 | 255 | 42 | 0 | 40 | 127 | 0 | 46 | 144 | 71 |
| Binary | 11111111 | 10101101 | 100010 | 0 | 100000 | 1010111 | 0 | 100110 | 1100100 | 111001 |
Color Harmonies of #FFAD22
Complementary color
Monochromatic Colors of #FFAD22
Black with #FFAD22
Text Example
Text Example
White with #FFAD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD22; }
p { color: rgb(255,173,34); }
H1.HeaderClassName
{
color: #FFAD22;
}
.AnyTagClassName
{
color: #FFAD22;
}
</style>
background-color css
<style>
a { background-color: #FFAD22; }
a { background-color: rgb(255,173,34); }
div.DivClassName
{
background-color: #FFAD22;
}
.BgClassName
{
background-color: #FFAD22;
}
</style>
border-color css
<style>
span { border-color: #FFAD22; }
span { border-color: rgb(255,173,34); }
td.TdClassName
{
border-color: #FFAD22;
}
.TagClassName
{
border-color: #FFAD22;
}
</style>