Shades of Canary #FCFF95
Tints of Canary #FCFF95
RGB
CMYK
RGB Variations
Color information
#FCFF95 (or 0xFCFF95) is known color: Canary. HEX triplet: FC, FF and 95. RGB value is (252,255,149). Sum of RGB (Red+Green+Blue) = 252+255+149=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 149 (58.59% from 255 or 22.71% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFF95 is #03006A. Grayscale: #F2F2F2. Windows color (decimal): -196715 or 9830396. OLE color: 9830396.
HSL color Cylindrical-coordinate representation of color #FCFF95: hue angle of 61.7º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FCFF95 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 149 | - |
| CMYK | 0.01 | 0 | 0.42 | 0 |
| HSL | 61.7º | 1% | 0.79% | - |
| HSV(B) | 61.7º | 0.42% | 1% | - |
| XYZ | 81.33 | 94.39 | 42.37 | - |
| YUV | 242.02 | 75.51 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 149 | 0.01 | 0 | 0.42 | 0 | 61.7 | 1 | 0.79 |
| Hex | FC | FF | 95 | 1 | 0 | 2A | 0 | 3E | 64 | 4F |
| Octal | 374 | 377 | 225 | 1 | 0 | 52 | 0 | 76 | 144 | 117 |
| Binary | 11111100 | 11111111 | 10010101 | 1 | 0 | 101010 | 0 | 111110 | 1100100 | 1001111 |
Color Harmonies of #FCFF95
Complementary color
Monochromatic Colors of #FCFF95
Black with #FCFF95
Text Example
Text Example
White with #FCFF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF95; }
p { color: rgb(252,255,149); }
H1.HeaderClassName
{
color: #FCFF95;
}
.AnyTagClassName
{
color: #FCFF95;
}
</style>
background-color css
<style>
a { background-color: #FCFF95; }
a { background-color: rgb(252,255,149); }
div.DivClassName
{
background-color: #FCFF95;
}
.BgClassName
{
background-color: #FCFF95;
}
</style>
border-color css
<style>
span { border-color: #FCFF95; }
span { border-color: rgb(252,255,149); }
td.TdClassName
{
border-color: #FCFF95;
}
.TagClassName
{
border-color: #FCFF95;
}
</style>