Shades of Canary #FDFFA4
Tints of Canary #FDFFA4
RGB
CMYK
RGB Variations
Color information
#FDFFA4 (or 0xFDFFA4) is known color: Canary. HEX triplet: FD, FF and A4. RGB value is (253,255,164). Sum of RGB (Red+Green+Blue) = 253+255+164=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 164 (64.45% from 255 or 24.40% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFFA4 is #02005B. Grayscale: #F4F4F4. Windows color (decimal): -131164 or 10813437. OLE color: 10813437.
HSL color Cylindrical-coordinate representation of color #FDFFA4: hue angle of 61.32º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDFFA4 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 164 | - |
| CMYK | 0.01 | 0 | 0.36 | 0 |
| HSL | 61.32º | 1% | 0.82% | - |
| HSV(B) | 61.32º | 0.36% | 1% | - |
| XYZ | 82.97 | 95.08 | 49.1 | - |
| YUV | 244.03 | 82.84 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 164 | 0.01 | 0 | 0.36 | 0 | 61.32 | 1 | 0.82 |
| Hex | FD | FF | A4 | 1 | 0 | 24 | 0 | 3D | 64 | 52 |
| Octal | 375 | 377 | 244 | 1 | 0 | 44 | 0 | 75 | 144 | 122 |
| Binary | 11111101 | 11111111 | 10100100 | 1 | 0 | 100100 | 0 | 111101 | 1100100 | 1010010 |
Color Harmonies of #FDFFA4
Complementary color
Monochromatic Colors of #FDFFA4
Black with #FDFFA4
Text Example
Text Example
White with #FDFFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFFA4; }
p { color: rgb(253,255,164); }
H1.HeaderClassName
{
color: #FDFFA4;
}
.AnyTagClassName
{
color: #FDFFA4;
}
</style>
background-color css
<style>
a { background-color: #FDFFA4; }
a { background-color: rgb(253,255,164); }
div.DivClassName
{
background-color: #FDFFA4;
}
.BgClassName
{
background-color: #FDFFA4;
}
</style>
border-color css
<style>
span { border-color: #FDFFA4; }
span { border-color: rgb(253,255,164); }
td.TdClassName
{
border-color: #FDFFA4;
}
.TagClassName
{
border-color: #FDFFA4;
}
</style>