Shades of Canary #FCFFA0
Tints of Canary #FCFFA0
RGB
CMYK
RGB Variations
Color information
#FCFFA0 (or 0xFCFFA0) is known color: Canary. HEX triplet: FC, FF and A0. RGB value is (252,255,160). Sum of RGB (Red+Green+Blue) = 252+255+160=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 160 (62.89% from 255 or 23.99% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFFA0 is #03005F. Grayscale: #F3F3F3. Windows color (decimal): -196704 or 10551292. OLE color: 10551292.
HSL color Cylindrical-coordinate representation of color #FCFFA0: hue angle of 61.89º 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 #FCFFA0 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 160 | - |
| CMYK | 0.01 | 0 | 0.37 | 0 |
| HSL | 61.89º | 1% | 0.81% | - |
| HSV(B) | 61.89º | 0.37% | 1% | - |
| XYZ | 82.25 | 94.75 | 47.21 | - |
| YUV | 243.27 | 81.01 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 160 | 0.01 | 0 | 0.37 | 0 | 61.89 | 1 | 0.81 |
| Hex | FC | FF | A0 | 1 | 0 | 25 | 0 | 3E | 64 | 51 |
| Octal | 374 | 377 | 240 | 1 | 0 | 45 | 0 | 76 | 144 | 121 |
| Binary | 11111100 | 11111111 | 10100000 | 1 | 0 | 100101 | 0 | 111110 | 1100100 | 1010001 |
Color Harmonies of #FCFFA0
Complementary color
Monochromatic Colors of #FCFFA0
Black with #FCFFA0
Text Example
Text Example
White with #FCFFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFFA0; }
p { color: rgb(252,255,160); }
H1.HeaderClassName
{
color: #FCFFA0;
}
.AnyTagClassName
{
color: #FCFFA0;
}
</style>
background-color css
<style>
a { background-color: #FCFFA0; }
a { background-color: rgb(252,255,160); }
div.DivClassName
{
background-color: #FCFFA0;
}
.BgClassName
{
background-color: #FCFFA0;
}
</style>
border-color css
<style>
span { border-color: #FCFFA0; }
span { border-color: rgb(252,255,160); }
td.TdClassName
{
border-color: #FCFFA0;
}
.TagClassName
{
border-color: #FCFFA0;
}
</style>