Shades of Citrus #AFAB04
Tints of Citrus #AFAB04
RGB
CMYK
RGB Variations
Color information
#AFAB04 (or 0xAFAB04) is known color: Citrus. HEX triplet: AF, AB and 04. RGB value is (175,171,4). Sum of RGB (Red+Green+Blue) = 175+171+4=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 171 (67.19% from 255 or 48.86% from 350); Blue value is 4 (1.95% from 255 or 1.14% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAB04 is #5054FB. Grayscale: #999999. Windows color (decimal): -5264636 or 306095. OLE color: 306095.
HSL color Cylindrical-coordinate representation of color #AFAB04: hue angle of 58.6º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFAB04 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 171 | 4 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.31 |
| HSL | 58.6º | 0.96% | 0.35% | - |
| HSV(B) | 58.6º | 0.98% | 0.69% | - |
| XYZ | 32.26 | 38.25 | 5.8 | - |
| YUV | 153.16 | 43.83 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 171 | 4 | 0 | 0.02 | 0.98 | 0.31 | 58.6 | 0.96 | 0.35 |
| Hex | AF | AB | 4 | 0 | 2 | 62 | 1F | 3B | 60 | 23 |
| Octal | 257 | 253 | 4 | 0 | 2 | 142 | 37 | 73 | 140 | 43 |
| Binary | 10101111 | 10101011 | 100 | 0 | 10 | 1100010 | 11111 | 111011 | 1100000 | 100011 |
Color Harmonies of #AFAB04
Complementary color
Monochromatic Colors of #AFAB04
Black with #AFAB04
Text Example
Text Example
White with #AFAB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAB04; }
p { color: rgb(175,171,4); }
H1.HeaderClassName
{
color: #AFAB04;
}
.AnyTagClassName
{
color: #AFAB04;
}
</style>
background-color css
<style>
a { background-color: #AFAB04; }
a { background-color: rgb(175,171,4); }
div.DivClassName
{
background-color: #AFAB04;
}
.BgClassName
{
background-color: #AFAB04;
}
</style>
border-color css
<style>
span { border-color: #AFAB04; }
span { border-color: rgb(175,171,4); }
td.TdClassName
{
border-color: #AFAB04;
}
.TagClassName
{
border-color: #AFAB04;
}
</style>