Shades of Citrus #AFA802
Tints of Citrus #AFA802
RGB
CMYK
RGB Variations
Color information
#AFA802 (or 0xAFA802) is known color: Citrus. HEX triplet: AF, A8 and 02. RGB value is (175,168,2). Sum of RGB (Red+Green+Blue) = 175+168+2=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 168 (66.02% from 255 or 48.70% from 345); Blue value is 2 (1.17% from 255 or 0.58% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA802 is #5057FD. Grayscale: #979797. Windows color (decimal): -5265406 or 174255. OLE color: 174255.
HSL color Cylindrical-coordinate representation of color #AFA802: hue angle of 57.57º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFA802 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 168 | 2 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.31 |
| HSL | 57.57º | 0.98% | 0.35% | - |
| HSV(B) | 57.57º | 0.99% | 0.69% | - |
| XYZ | 31.69 | 37.12 | 5.55 | - |
| YUV | 151.17 | 43.82 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 2 | 0 | 0.04 | 0.99 | 0.31 | 57.57 | 0.98 | 0.35 |
| Hex | AF | A8 | 2 | 0 | 4 | 63 | 1F | 3A | 62 | 23 |
| Octal | 257 | 250 | 2 | 0 | 4 | 143 | 37 | 72 | 142 | 43 |
| Binary | 10101111 | 10101000 | 10 | 0 | 100 | 1100011 | 11111 | 111010 | 1100010 | 100011 |
Color Harmonies of #AFA802
Complementary color
Monochromatic Colors of #AFA802
Black with #AFA802
Text Example
Text Example
White with #AFA802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA802; }
p { color: rgb(175,168,2); }
H1.HeaderClassName
{
color: #AFA802;
}
.AnyTagClassName
{
color: #AFA802;
}
</style>
background-color css
<style>
a { background-color: #AFA802; }
a { background-color: rgb(175,168,2); }
div.DivClassName
{
background-color: #AFA802;
}
.BgClassName
{
background-color: #AFA802;
}
</style>
border-color css
<style>
span { border-color: #AFA802; }
span { border-color: rgb(175,168,2); }
td.TdClassName
{
border-color: #AFA802;
}
.TagClassName
{
border-color: #AFA802;
}
</style>