Shades of Canary #FCFE9C
Tints of Canary #FCFE9C
RGB
CMYK
RGB Variations
Color information
#FCFE9C (or 0xFCFE9C) is known color: Canary. HEX triplet: FC, FE and 9C. RGB value is (252,254,156). Sum of RGB (Red+Green+Blue) = 252+254+156=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 254 (99.61% from 255 or 38.37% from 662); Blue value is 156 (61.33% from 255 or 23.56% from 662); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFE9C is #030163. Grayscale: #F2F2F2. Windows color (decimal): -196964 or 10288892. OLE color: 10288892.
HSL color Cylindrical-coordinate representation of color #FCFE9C: hue angle of 61.22º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FCFE9C is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 156 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.00 |
| HSL | 61.22º | 0.98% | 0.8% | - |
| HSV(B) | 61.22º | 0.39% | 1% | - |
| XYZ | 81.59 | 93.98 | 45.29 | - |
| YUV | 242.23 | 79.34 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 156 | 0.01 | 0 | 0.39 | 0.00 | 61.22 | 0.98 | 0.8 |
| Hex | FC | FE | 9C | 1 | 0 | 27 | 0 | 3D | 62 | 50 |
| Octal | 374 | 376 | 234 | 1 | 0 | 47 | 0 | 75 | 142 | 120 |
| Binary | 11111100 | 11111110 | 10011100 | 1 | 0 | 100111 | 0 | 111101 | 1100010 | 1010000 |
Color Harmonies of #FCFE9C
Complementary color
Monochromatic Colors of #FCFE9C
Black with #FCFE9C
Text Example
Text Example
White with #FCFE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE9C; }
p { color: rgb(252,254,156); }
H1.HeaderClassName
{
color: #FCFE9C;
}
.AnyTagClassName
{
color: #FCFE9C;
}
</style>
background-color css
<style>
a { background-color: #FCFE9C; }
a { background-color: rgb(252,254,156); }
div.DivClassName
{
background-color: #FCFE9C;
}
.BgClassName
{
background-color: #FCFE9C;
}
</style>
border-color css
<style>
span { border-color: #FCFE9C; }
span { border-color: rgb(252,254,156); }
td.TdClassName
{
border-color: #FCFE9C;
}
.TagClassName
{
border-color: #FCFE9C;
}
</style>