Shades of Canary #FFFDA2
Tints of Canary #FFFDA2
RGB
CMYK
RGB Variations
Color information
#FFFDA2 (or 0xFFFDA2) is known color: Canary. HEX triplet: FF, FD and A2. RGB value is (255,253,162). Sum of RGB (Red+Green+Blue) = 255+253+162=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 253 (99.22% from 255 or 37.76% from 670); Blue value is 162 (63.67% from 255 or 24.18% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFDA2 is #00025D. Grayscale: #F3F3F3. Windows color (decimal): -606 or 10681855. OLE color: 10681855.
HSL color Cylindrical-coordinate representation of color #FFFDA2: hue angle of 58.71º 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 #FFFDA2 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 162 | - |
| CMYK | 0 | 0.01 | 0.36 | 0 |
| HSL | 58.71º | 1% | 0.82% | - |
| HSV(B) | 58.71º | 0.36% | 1% | - |
| XYZ | 82.89 | 94.12 | 47.98 | - |
| YUV | 243.22 | 82.16 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 162 | 0 | 0.01 | 0.36 | 0 | 58.71 | 1 | 0.82 |
| Hex | FF | FD | A2 | 0 | 1 | 24 | 0 | 3B | 64 | 52 |
| Octal | 377 | 375 | 242 | 0 | 1 | 44 | 0 | 73 | 144 | 122 |
| Binary | 11111111 | 11111101 | 10100010 | 0 | 1 | 100100 | 0 | 111011 | 1100100 | 1010010 |
Color Harmonies of #FFFDA2
Complementary color
Monochromatic Colors of #FFFDA2
Black with #FFFDA2
Text Example
Text Example
White with #FFFDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDA2; }
p { color: rgb(255,253,162); }
H1.HeaderClassName
{
color: #FFFDA2;
}
.AnyTagClassName
{
color: #FFFDA2;
}
</style>
background-color css
<style>
a { background-color: #FFFDA2; }
a { background-color: rgb(255,253,162); }
div.DivClassName
{
background-color: #FFFDA2;
}
.BgClassName
{
background-color: #FFFDA2;
}
</style>
border-color css
<style>
span { border-color: #FFFDA2; }
span { border-color: rgb(255,253,162); }
td.TdClassName
{
border-color: #FFFDA2;
}
.TagClassName
{
border-color: #FFFDA2;
}
</style>