Shades of Canary #FDFDA1
Tints of Canary #FDFDA1
RGB
CMYK
RGB Variations
Color information
#FDFDA1 (or 0xFDFDA1) is known color: Canary. HEX triplet: FD, FD and A1. RGB value is (253,253,161). Sum of RGB (Red+Green+Blue) = 253+253+161=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 161 (63.28% from 255 or 24.14% from 667); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFDA1 is #02025E. Grayscale: #F2F2F2. Windows color (decimal): -131679 or 10616317. OLE color: 10616317.
HSL color Cylindrical-coordinate representation of color #FDFDA1: hue angle of 60º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDFDA1 is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 253 | 161 | - |
CMYK | 0 | 0 | 0.36 | 0.01 |
HSL | 60º | 0.96% | 0.81% | - |
HSV(B) | 60º | 0.36% | 0.99% | - |
XYZ | 82.07 | 93.71 | 47.48 | - |
YUV | 242.51 | 82 | 135.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 253 | 161 | 0 | 0 | 0.36 | 0.01 | 60 | 0.96 | 0.81 |
Hex | FD | FD | A1 | 0 | 0 | 24 | 1 | 3C | 60 | 51 |
Octal | 375 | 375 | 241 | 0 | 0 | 44 | 1 | 74 | 140 | 121 |
Binary | 11111101 | 11111101 | 10100001 | 0 | 0 | 100100 | 1 | 111100 | 1100000 | 1010001 |
Color Harmonies of #FDFDA1
Complementary color
Monochromatic Colors of #FDFDA1
Black with #FDFDA1
Text Example
Text Example
White with #FDFDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFDA1; }
p { color: rgb(253,253,161); }
H1.HeaderClassName
{
color: #FDFDA1;
}
.AnyTagClassName
{
color: #FDFDA1;
}
</style>
background-color css
<style>
a { background-color: #FDFDA1; }
a { background-color: rgb(253,253,161); }
div.DivClassName
{
background-color: #FDFDA1;
}
.BgClassName
{
background-color: #FDFDA1;
}
</style>
border-color css
<style>
span { border-color: #FDFDA1; }
span { border-color: rgb(253,253,161); }
td.TdClassName
{
border-color: #FDFDA1;
}
.TagClassName
{
border-color: #FDFDA1;
}
</style>