Shades of Citrus #AFAB01
Tints of Citrus #AFAB01
RGB
CMYK
RGB Variations
Color information
#AFAB01 (or 0xAFAB01) is known color: Citrus. HEX triplet: AF, AB and 01. RGB value is (175,171,1). Sum of RGB (Red+Green+Blue) = 175+171+1=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 1 (0.78% from 255 or 0.29% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAB01 is #5054FE. Grayscale: #999999. Windows color (decimal): -5264639 or 109487. OLE color: 109487.
HSL color Cylindrical-coordinate representation of color #AFAB01: hue angle of 58.62º degrees, saturation: 0.99, 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 #AFAB01 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 171 | 1 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.31 |
| HSL | 58.62º | 0.99% | 0.35% | - |
| HSV(B) | 58.62º | 0.99% | 0.69% | - |
| XYZ | 32.25 | 38.24 | 5.71 | - |
| YUV | 152.82 | 42.33 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 171 | 1 | 0 | 0.02 | 0.99 | 0.31 | 58.62 | 0.99 | 0.35 |
| Hex | AF | AB | 1 | 0 | 2 | 63 | 1F | 3B | 63 | 23 |
| Octal | 257 | 253 | 1 | 0 | 2 | 143 | 37 | 73 | 143 | 43 |
| Binary | 10101111 | 10101011 | 1 | 0 | 10 | 1100011 | 11111 | 111011 | 1100011 | 100011 |
Color Harmonies of #AFAB01
Complementary color
Monochromatic Colors of #AFAB01
Black with #AFAB01
Text Example
Text Example
White with #AFAB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAB01; }
p { color: rgb(175,171,1); }
H1.HeaderClassName
{
color: #AFAB01;
}
.AnyTagClassName
{
color: #AFAB01;
}
</style>
background-color css
<style>
a { background-color: #AFAB01; }
a { background-color: rgb(175,171,1); }
div.DivClassName
{
background-color: #AFAB01;
}
.BgClassName
{
background-color: #AFAB01;
}
</style>
border-color css
<style>
span { border-color: #AFAB01; }
span { border-color: rgb(175,171,1); }
td.TdClassName
{
border-color: #AFAB01;
}
.TagClassName
{
border-color: #AFAB01;
}
</style>