Shades of Canary #FCFE9F
Tints of Canary #FCFE9F
RGB
CMYK
RGB Variations
Color information
#FCFE9F (or 0xFCFE9F) is known color: Canary. HEX triplet: FC, FE and 9F. RGB value is (252,254,159). Sum of RGB (Red+Green+Blue) = 252+254+159=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 254 (99.61% from 255 or 38.20% from 665); Blue value is 159 (62.5% from 255 or 23.91% from 665); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFE9F is #030160. Grayscale: #F2F2F2. Windows color (decimal): -196961 or 10485500. OLE color: 10485500.
HSL color Cylindrical-coordinate representation of color #FCFE9F: hue angle of 61.26º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCFE9F is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 159 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.00 |
| HSL | 61.26º | 0.98% | 0.81% | - |
| HSV(B) | 61.26º | 0.37% | 1% | - |
| XYZ | 81.84 | 94.08 | 46.65 | - |
| YUV | 242.57 | 80.84 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 159 | 0.01 | 0 | 0.37 | 0.00 | 61.26 | 0.98 | 0.81 |
| Hex | FC | FE | 9F | 1 | 0 | 25 | 0 | 3D | 62 | 51 |
| Octal | 374 | 376 | 237 | 1 | 0 | 45 | 0 | 75 | 142 | 121 |
| Binary | 11111100 | 11111110 | 10011111 | 1 | 0 | 100101 | 0 | 111101 | 1100010 | 1010001 |
Color Harmonies of #FCFE9F
Complementary color
Monochromatic Colors of #FCFE9F
Black with #FCFE9F
Text Example
Text Example
White with #FCFE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE9F; }
p { color: rgb(252,254,159); }
H1.HeaderClassName
{
color: #FCFE9F;
}
.AnyTagClassName
{
color: #FCFE9F;
}
</style>
background-color css
<style>
a { background-color: #FCFE9F; }
a { background-color: rgb(252,254,159); }
div.DivClassName
{
background-color: #FCFE9F;
}
.BgClassName
{
background-color: #FCFE9F;
}
</style>
border-color css
<style>
span { border-color: #FCFE9F; }
span { border-color: rgb(252,254,159); }
td.TdClassName
{
border-color: #FCFE9F;
}
.TagClassName
{
border-color: #FCFE9F;
}
</style>