Shades of Citrus #AFAB02
Tints of Citrus #AFAB02
RGB
CMYK
RGB Variations
Color information
#AFAB02 (or 0xAFAB02) is known color: Citrus. HEX triplet: AF, AB and 02. RGB value is (175,171,2). Sum of RGB (Red+Green+Blue) = 175+171+2=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 171 (67.19% from 255 or 49.14% from 348); Blue value is 2 (1.17% from 255 or 0.57% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAB02 is #5054FD. Grayscale: #999999. Windows color (decimal): -5264638 or 175023. OLE color: 175023.
HSL color Cylindrical-coordinate representation of color #AFAB02: hue angle of 58.61º 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 #AFAB02 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 171 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.31 |
| HSL | 58.61º | 0.98% | 0.35% | - |
| HSV(B) | 58.61º | 0.99% | 0.69% | - |
| XYZ | 32.25 | 38.24 | 5.74 | - |
| YUV | 152.93 | 42.83 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 171 | 2 | 0 | 0.02 | 0.99 | 0.31 | 58.61 | 0.98 | 0.35 |
| Hex | AF | AB | 2 | 0 | 2 | 63 | 1F | 3B | 62 | 23 |
| Octal | 257 | 253 | 2 | 0 | 2 | 143 | 37 | 73 | 142 | 43 |
| Binary | 10101111 | 10101011 | 10 | 0 | 10 | 1100011 | 11111 | 111011 | 1100010 | 100011 |
Color Harmonies of #AFAB02
Complementary color
Monochromatic Colors of #AFAB02
Black with #AFAB02
Text Example
Text Example
White with #AFAB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAB02; }
p { color: rgb(175,171,2); }
H1.HeaderClassName
{
color: #AFAB02;
}
.AnyTagClassName
{
color: #AFAB02;
}
</style>
background-color css
<style>
a { background-color: #AFAB02; }
a { background-color: rgb(175,171,2); }
div.DivClassName
{
background-color: #AFAB02;
}
.BgClassName
{
background-color: #AFAB02;
}
</style>
border-color css
<style>
span { border-color: #AFAB02; }
span { border-color: rgb(175,171,2); }
td.TdClassName
{
border-color: #AFAB02;
}
.TagClassName
{
border-color: #AFAB02;
}
</style>