Shades of Citrus #ADA802
Tints of Citrus #ADA802
RGB
CMYK
RGB Variations
Color information
#ADA802 (or 0xADA802) is known color: Citrus. HEX triplet: AD, A8 and 02. RGB value is (173,168,2). Sum of RGB (Red+Green+Blue) = 173+168+2=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 168 (66.02% from 255 or 48.98% from 343); Blue value is 2 (1.17% from 255 or 0.58% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA802 is #5257FD. Grayscale: #979797. Windows color (decimal): -5396478 or 174253. OLE color: 174253.
HSL color Cylindrical-coordinate representation of color #ADA802: hue angle of 58.25º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADA802 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 2 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.32 |
| HSL | 58.25º | 0.98% | 0.34% | - |
| HSV(B) | 58.25º | 0.99% | 0.68% | - |
| XYZ | 31.25 | 36.89 | 5.53 | - |
| YUV | 150.57 | 44.16 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 2 | 0 | 0.03 | 0.99 | 0.32 | 58.25 | 0.98 | 0.34 |
| Hex | AD | A8 | 2 | 0 | 3 | 63 | 20 | 3A | 62 | 22 |
| Octal | 255 | 250 | 2 | 0 | 3 | 143 | 40 | 72 | 142 | 42 |
| Binary | 10101101 | 10101000 | 10 | 0 | 11 | 1100011 | 100000 | 111010 | 1100010 | 100010 |
Color Harmonies of #ADA802
Complementary color
Monochromatic Colors of #ADA802
Black with #ADA802
Text Example
Text Example
White with #ADA802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA802; }
p { color: rgb(173,168,2); }
H1.HeaderClassName
{
color: #ADA802;
}
.AnyTagClassName
{
color: #ADA802;
}
</style>
background-color css
<style>
a { background-color: #ADA802; }
a { background-color: rgb(173,168,2); }
div.DivClassName
{
background-color: #ADA802;
}
.BgClassName
{
background-color: #ADA802;
}
</style>
border-color css
<style>
span { border-color: #ADA802; }
span { border-color: rgb(173,168,2); }
td.TdClassName
{
border-color: #ADA802;
}
.TagClassName
{
border-color: #ADA802;
}
</style>