Shades of Canary #FDFFA1
Tints of Canary #FDFFA1
RGB
CMYK
RGB Variations
Color information
#FDFFA1 (or 0xFDFFA1) is known color: Canary. HEX triplet: FD, FF and A1. RGB value is (253,255,161). Sum of RGB (Red+Green+Blue) = 253+255+161=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 161 (63.28% from 255 or 24.07% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFFA1 is #02005E. Grayscale: #F4F4F4. Windows color (decimal): -131167 or 10616829. OLE color: 10616829.
HSL color Cylindrical-coordinate representation of color #FDFFA1: hue angle of 61.28º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDFFA1 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 161 | - |
| CMYK | 0.01 | 0 | 0.37 | 0 |
| HSL | 61.28º | 1% | 0.82% | - |
| HSV(B) | 61.28º | 0.37% | 1% | - |
| XYZ | 82.7 | 94.98 | 47.69 | - |
| YUV | 243.69 | 81.34 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 161 | 0.01 | 0 | 0.37 | 0 | 61.28 | 1 | 0.82 |
| Hex | FD | FF | A1 | 1 | 0 | 25 | 0 | 3D | 64 | 52 |
| Octal | 375 | 377 | 241 | 1 | 0 | 45 | 0 | 75 | 144 | 122 |
| Binary | 11111101 | 11111111 | 10100001 | 1 | 0 | 100101 | 0 | 111101 | 1100100 | 1010010 |
Color Harmonies of #FDFFA1
Complementary color
Monochromatic Colors of #FDFFA1
Black with #FDFFA1
Text Example
Text Example
White with #FDFFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFFA1; }
p { color: rgb(253,255,161); }
H1.HeaderClassName
{
color: #FDFFA1;
}
.AnyTagClassName
{
color: #FDFFA1;
}
</style>
background-color css
<style>
a { background-color: #FDFFA1; }
a { background-color: rgb(253,255,161); }
div.DivClassName
{
background-color: #FDFFA1;
}
.BgClassName
{
background-color: #FDFFA1;
}
</style>
border-color css
<style>
span { border-color: #FDFFA1; }
span { border-color: rgb(253,255,161); }
td.TdClassName
{
border-color: #FDFFA1;
}
.TagClassName
{
border-color: #FDFFA1;
}
</style>