Shades of Canary #FFFC9A
Tints of Canary #FFFC9A
RGB
CMYK
RGB Variations
Color information
#FFFC9A (or 0xFFFC9A) is known color: Canary. HEX triplet: FF, FC and 9A. RGB value is (255,252,154). Sum of RGB (Red+Green+Blue) = 255+252+154=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 252 (98.83% from 255 or 38.12% from 661); Blue value is 154 (60.55% from 255 or 23.30% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFC9A is #000365. Grayscale: #F2F2F2. Windows color (decimal): -870 or 10157311. OLE color: 10157311.
HSL color Cylindrical-coordinate representation of color #FFFC9A: hue angle of 58.22º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFFC9A is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 154 | - |
| CMYK | 0 | 0.01 | 0.40 | 0 |
| HSL | 58.22º | 1% | 0.8% | - |
| HSV(B) | 58.22º | 0.4% | 1% | - |
| XYZ | 81.88 | 93.21 | 44.25 | - |
| YUV | 241.73 | 78.49 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 154 | 0 | 0.01 | 0.40 | 0 | 58.22 | 1 | 0.8 |
| Hex | FF | FC | 9A | 0 | 1 | 28 | 0 | 3A | 64 | 50 |
| Octal | 377 | 374 | 232 | 0 | 1 | 50 | 0 | 72 | 144 | 120 |
| Binary | 11111111 | 11111100 | 10011010 | 0 | 1 | 101000 | 0 | 111010 | 1100100 | 1010000 |
Color Harmonies of #FFFC9A
Complementary color
Monochromatic Colors of #FFFC9A
Black with #FFFC9A
Text Example
Text Example
White with #FFFC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC9A; }
p { color: rgb(255,252,154); }
H1.HeaderClassName
{
color: #FFFC9A;
}
.AnyTagClassName
{
color: #FFFC9A;
}
</style>
background-color css
<style>
a { background-color: #FFFC9A; }
a { background-color: rgb(255,252,154); }
div.DivClassName
{
background-color: #FFFC9A;
}
.BgClassName
{
background-color: #FFFC9A;
}
</style>
border-color css
<style>
span { border-color: #FFFC9A; }
span { border-color: rgb(255,252,154); }
td.TdClassName
{
border-color: #FFFC9A;
}
.TagClassName
{
border-color: #FFFC9A;
}
</style>