Shades of Canary #FCFC9C
Tints of Canary #FCFC9C
RGB
CMYK
RGB Variations
Color information
#FCFC9C (or 0xFCFC9C) is known color: Canary. HEX triplet: FC, FC and 9C. RGB value is (252,252,156). Sum of RGB (Red+Green+Blue) = 252+252+156=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 252 (98.83% from 255 or 38.18% from 660); Blue value is 156 (61.33% from 255 or 23.64% from 660); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFC9C is #030363. Grayscale: #F1F1F1. Windows color (decimal): -197476 or 10288380. OLE color: 10288380.
HSL color Cylindrical-coordinate representation of color #FCFC9C: hue angle of 60º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FCFC9C is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 156 | - |
| CMYK | 0 | 0 | 0.38 | 0.01 |
| HSL | 60º | 0.94% | 0.8% | - |
| HSV(B) | 60º | 0.38% | 0.99% | - |
| XYZ | 80.96 | 92.72 | 45.08 | - |
| YUV | 241.06 | 80 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 156 | 0 | 0 | 0.38 | 0.01 | 60 | 0.94 | 0.8 |
| Hex | FC | FC | 9C | 0 | 0 | 26 | 1 | 3C | 5E | 50 |
| Octal | 374 | 374 | 234 | 0 | 0 | 46 | 1 | 74 | 136 | 120 |
| Binary | 11111100 | 11111100 | 10011100 | 0 | 0 | 100110 | 1 | 111100 | 1011110 | 1010000 |
Color Harmonies of #FCFC9C
Complementary color
Monochromatic Colors of #FCFC9C
Black with #FCFC9C
Text Example
Text Example
White with #FCFC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFC9C; }
p { color: rgb(252,252,156); }
H1.HeaderClassName
{
color: #FCFC9C;
}
.AnyTagClassName
{
color: #FCFC9C;
}
</style>
background-color css
<style>
a { background-color: #FCFC9C; }
a { background-color: rgb(252,252,156); }
div.DivClassName
{
background-color: #FCFC9C;
}
.BgClassName
{
background-color: #FCFC9C;
}
</style>
border-color css
<style>
span { border-color: #FCFC9C; }
span { border-color: rgb(252,252,156); }
td.TdClassName
{
border-color: #FCFC9C;
}
.TagClassName
{
border-color: #FCFC9C;
}
</style>