Shades of Canary #FEFC9C
Tints of Canary #FEFC9C
RGB
CMYK
RGB Variations
Color information
#FEFC9C (or 0xFEFC9C) is known color: Canary. HEX triplet: FE, FC and 9C. RGB value is (254,252,156). Sum of RGB (Red+Green+Blue) = 254+252+156=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 252 (98.83% from 255 or 38.07% from 662); Blue value is 156 (61.33% from 255 or 23.56% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFC9C is #010363. Grayscale: #F2F2F2. Windows color (decimal): -66404 or 10288382. OLE color: 10288382.
HSL color Cylindrical-coordinate representation of color #FEFC9C: hue angle of 58.78º 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 #FEFC9C is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 156 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.00 |
| HSL | 58.78º | 0.98% | 0.8% | - |
| HSV(B) | 58.78º | 0.39% | 1% | - |
| XYZ | 81.68 | 93.09 | 45.12 | - |
| YUV | 241.65 | 79.66 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 156 | 0 | 0.01 | 0.39 | 0.00 | 58.78 | 0.98 | 0.8 |
| Hex | FE | FC | 9C | 0 | 1 | 27 | 0 | 3B | 62 | 50 |
| Octal | 376 | 374 | 234 | 0 | 1 | 47 | 0 | 73 | 142 | 120 |
| Binary | 11111110 | 11111100 | 10011100 | 0 | 1 | 100111 | 0 | 111011 | 1100010 | 1010000 |
Color Harmonies of #FEFC9C
Complementary color
Monochromatic Colors of #FEFC9C
Black with #FEFC9C
Text Example
Text Example
White with #FEFC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFC9C; }
p { color: rgb(254,252,156); }
H1.HeaderClassName
{
color: #FEFC9C;
}
.AnyTagClassName
{
color: #FEFC9C;
}
</style>
background-color css
<style>
a { background-color: #FEFC9C; }
a { background-color: rgb(254,252,156); }
div.DivClassName
{
background-color: #FEFC9C;
}
.BgClassName
{
background-color: #FEFC9C;
}
</style>
border-color css
<style>
span { border-color: #FEFC9C; }
span { border-color: rgb(254,252,156); }
td.TdClassName
{
border-color: #FEFC9C;
}
.TagClassName
{
border-color: #FEFC9C;
}
</style>