Shades of Canary #FDFFA0
Tints of Canary #FDFFA0
RGB
CMYK
RGB Variations
Color information
#FDFFA0 (or 0xFDFFA0) is known color: Canary. HEX triplet: FD, FF and A0. RGB value is (253,255,160). Sum of RGB (Red+Green+Blue) = 253+255+160=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 160 (62.89% from 255 or 23.95% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFFA0 is #02005F. Grayscale: #F3F3F3. Windows color (decimal): -131168 or 10551293. OLE color: 10551293.
HSL color Cylindrical-coordinate representation of color #FDFFA0: hue angle of 61.26º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDFFA0 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 160 | - |
| CMYK | 0.01 | 0 | 0.37 | 0 |
| HSL | 61.26º | 1% | 0.81% | - |
| HSV(B) | 61.26º | 0.37% | 1% | - |
| XYZ | 82.61 | 94.94 | 47.23 | - |
| YUV | 243.57 | 80.84 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 160 | 0.01 | 0 | 0.37 | 0 | 61.26 | 1 | 0.81 |
| Hex | FD | FF | A0 | 1 | 0 | 25 | 0 | 3D | 64 | 51 |
| Octal | 375 | 377 | 240 | 1 | 0 | 45 | 0 | 75 | 144 | 121 |
| Binary | 11111101 | 11111111 | 10100000 | 1 | 0 | 100101 | 0 | 111101 | 1100100 | 1010001 |
Color Harmonies of #FDFFA0
Complementary color
Monochromatic Colors of #FDFFA0
Black with #FDFFA0
Text Example
Text Example
White with #FDFFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFFA0; }
p { color: rgb(253,255,160); }
H1.HeaderClassName
{
color: #FDFFA0;
}
.AnyTagClassName
{
color: #FDFFA0;
}
</style>
background-color css
<style>
a { background-color: #FDFFA0; }
a { background-color: rgb(253,255,160); }
div.DivClassName
{
background-color: #FDFFA0;
}
.BgClassName
{
background-color: #FDFFA0;
}
</style>
border-color css
<style>
span { border-color: #FDFFA0; }
span { border-color: rgb(253,255,160); }
td.TdClassName
{
border-color: #FDFFA0;
}
.TagClassName
{
border-color: #FDFFA0;
}
</style>