Shades of Canary #FCFC9E
Tints of Canary #FCFC9E
RGB
CMYK
RGB Variations
Color information
#FCFC9E (or 0xFCFC9E) is known color: Canary. HEX triplet: FC, FC and 9E. RGB value is (252,252,158). Sum of RGB (Red+Green+Blue) = 252+252+158=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 252 (98.83% from 255 or 38.07% from 662); Blue value is 158 (62.11% from 255 or 23.87% from 662); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFC9E is #030361. Grayscale: #F1F1F1. Windows color (decimal): -197474 or 10419452. OLE color: 10419452.
HSL color Cylindrical-coordinate representation of color #FCFC9E: 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.37%. Process color model (Four color, CMYK) of #FCFC9E is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 158 | - |
| CMYK | 0 | 0 | 0.37 | 0.01 |
| HSL | 60º | 0.94% | 0.8% | - |
| HSV(B) | 60º | 0.37% | 0.99% | - |
| XYZ | 81.13 | 92.78 | 45.98 | - |
| YUV | 241.28 | 81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 158 | 0 | 0 | 0.37 | 0.01 | 60 | 0.94 | 0.8 |
| Hex | FC | FC | 9E | 0 | 0 | 25 | 1 | 3C | 5E | 50 |
| Octal | 374 | 374 | 236 | 0 | 0 | 45 | 1 | 74 | 136 | 120 |
| Binary | 11111100 | 11111100 | 10011110 | 0 | 0 | 100101 | 1 | 111100 | 1011110 | 1010000 |
Color Harmonies of #FCFC9E
Complementary color
Monochromatic Colors of #FCFC9E
Black with #FCFC9E
Text Example
Text Example
White with #FCFC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFC9E; }
p { color: rgb(252,252,158); }
H1.HeaderClassName
{
color: #FCFC9E;
}
.AnyTagClassName
{
color: #FCFC9E;
}
</style>
background-color css
<style>
a { background-color: #FCFC9E; }
a { background-color: rgb(252,252,158); }
div.DivClassName
{
background-color: #FCFC9E;
}
.BgClassName
{
background-color: #FCFC9E;
}
</style>
border-color css
<style>
span { border-color: #FCFC9E; }
span { border-color: rgb(252,252,158); }
td.TdClassName
{
border-color: #FCFC9E;
}
.TagClassName
{
border-color: #FCFC9E;
}
</style>