Shades of Canary #FCFF8C
Tints of Canary #FCFF8C
RGB
CMYK
RGB Variations
Color information
#FCFF8C (or 0xFCFF8C) is known color: Canary. HEX triplet: FC, FF and 8C. RGB value is (252,255,140). Sum of RGB (Red+Green+Blue) = 252+255+140=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 140 (55.08% from 255 or 21.64% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFF8C is #030073. Grayscale: #F1F1F1. Windows color (decimal): -196724 or 9240572. OLE color: 9240572.
HSL color Cylindrical-coordinate representation of color #FCFF8C: hue angle of 61.57º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FCFF8C is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 140 | - |
| CMYK | 0.01 | 0 | 0.45 | 0 |
| HSL | 61.57º | 1% | 0.77% | - |
| HSV(B) | 61.57º | 0.45% | 1% | - |
| XYZ | 80.64 | 94.11 | 38.73 | - |
| YUV | 240.99 | 71.01 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 140 | 0.01 | 0 | 0.45 | 0 | 61.57 | 1 | 0.77 |
| Hex | FC | FF | 8C | 1 | 0 | 2D | 0 | 3E | 64 | 4D |
| Octal | 374 | 377 | 214 | 1 | 0 | 55 | 0 | 76 | 144 | 115 |
| Binary | 11111100 | 11111111 | 10001100 | 1 | 0 | 101101 | 0 | 111110 | 1100100 | 1001101 |
Color Harmonies of #FCFF8C
Complementary color
Monochromatic Colors of #FCFF8C
Black with #FCFF8C
Text Example
Text Example
White with #FCFF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF8C; }
p { color: rgb(252,255,140); }
H1.HeaderClassName
{
color: #FCFF8C;
}
.AnyTagClassName
{
color: #FCFF8C;
}
</style>
background-color css
<style>
a { background-color: #FCFF8C; }
a { background-color: rgb(252,255,140); }
div.DivClassName
{
background-color: #FCFF8C;
}
.BgClassName
{
background-color: #FCFF8C;
}
</style>
border-color css
<style>
span { border-color: #FCFF8C; }
span { border-color: rgb(252,255,140); }
td.TdClassName
{
border-color: #FCFF8C;
}
.TagClassName
{
border-color: #FCFF8C;
}
</style>