Shades of Canary #FFFC9E
Tints of Canary #FFFC9E
RGB
CMYK
RGB Variations
Color information
#FFFC9E (or 0xFFFC9E) is known color: Canary. HEX triplet: FF, FC and 9E. RGB value is (255,252,158). Sum of RGB (Red+Green+Blue) = 255+252+158=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 252 (98.83% from 255 or 37.89% from 665); Blue value is 158 (62.11% from 255 or 23.76% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFC9E is #000361. Grayscale: #F2F2F2. Windows color (decimal): -866 or 10419455. OLE color: 10419455.
HSL color Cylindrical-coordinate representation of color #FFFC9E: hue angle of 58.14º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFFC9E is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 158 | - |
| CMYK | 0 | 0.01 | 0.38 | 0 |
| HSL | 58.14º | 1% | 0.81% | - |
| HSV(B) | 58.14º | 0.38% | 1% | - |
| XYZ | 82.22 | 93.35 | 46.03 | - |
| YUV | 242.18 | 80.49 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 158 | 0 | 0.01 | 0.38 | 0 | 58.14 | 1 | 0.81 |
| Hex | FF | FC | 9E | 0 | 1 | 26 | 0 | 3A | 64 | 51 |
| Octal | 377 | 374 | 236 | 0 | 1 | 46 | 0 | 72 | 144 | 121 |
| Binary | 11111111 | 11111100 | 10011110 | 0 | 1 | 100110 | 0 | 111010 | 1100100 | 1010001 |
Color Harmonies of #FFFC9E
Complementary color
Monochromatic Colors of #FFFC9E
Black with #FFFC9E
Text Example
Text Example
White with #FFFC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC9E; }
p { color: rgb(255,252,158); }
H1.HeaderClassName
{
color: #FFFC9E;
}
.AnyTagClassName
{
color: #FFFC9E;
}
</style>
background-color css
<style>
a { background-color: #FFFC9E; }
a { background-color: rgb(255,252,158); }
div.DivClassName
{
background-color: #FFFC9E;
}
.BgClassName
{
background-color: #FFFC9E;
}
</style>
border-color css
<style>
span { border-color: #FFFC9E; }
span { border-color: rgb(255,252,158); }
td.TdClassName
{
border-color: #FFFC9E;
}
.TagClassName
{
border-color: #FFFC9E;
}
</style>