Shades of Canary #FCFF96
Tints of Canary #FCFF96
RGB
CMYK
RGB Variations
Color information
#FCFF96 (or 0xFCFF96) is known color: Canary. HEX triplet: FC, FF and 96. RGB value is (252,255,150). Sum of RGB (Red+Green+Blue) = 252+255+150=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 150 (58.98% from 255 or 22.83% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFF96 is #030069. Grayscale: #F2F2F2. Windows color (decimal): -196714 or 9895932. OLE color: 9895932.
HSL color Cylindrical-coordinate representation of color #FCFF96: hue angle of 61.71º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FCFF96 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 150 | - |
| CMYK | 0.01 | 0 | 0.41 | 0 |
| HSL | 61.71º | 1% | 0.79% | - |
| HSV(B) | 61.71º | 0.41% | 1% | - |
| XYZ | 81.41 | 94.42 | 42.79 | - |
| YUV | 242.13 | 76.01 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 150 | 0.01 | 0 | 0.41 | 0 | 61.71 | 1 | 0.79 |
| Hex | FC | FF | 96 | 1 | 0 | 29 | 0 | 3E | 64 | 4F |
| Octal | 374 | 377 | 226 | 1 | 0 | 51 | 0 | 76 | 144 | 117 |
| Binary | 11111100 | 11111111 | 10010110 | 1 | 0 | 101001 | 0 | 111110 | 1100100 | 1001111 |
Color Harmonies of #FCFF96
Complementary color
Monochromatic Colors of #FCFF96
Black with #FCFF96
Text Example
Text Example
White with #FCFF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF96; }
p { color: rgb(252,255,150); }
H1.HeaderClassName
{
color: #FCFF96;
}
.AnyTagClassName
{
color: #FCFF96;
}
</style>
background-color css
<style>
a { background-color: #FCFF96; }
a { background-color: rgb(252,255,150); }
div.DivClassName
{
background-color: #FCFF96;
}
.BgClassName
{
background-color: #FCFF96;
}
</style>
border-color css
<style>
span { border-color: #FCFF96; }
span { border-color: rgb(252,255,150); }
td.TdClassName
{
border-color: #FCFF96;
}
.TagClassName
{
border-color: #FCFF96;
}
</style>