Shades of Canary #FFFC95
Tints of Canary #FFFC95
RGB
CMYK
RGB Variations
Color information
#FFFC95 (or 0xFFFC95) is known color: Canary. HEX triplet: FF, FC and 95. RGB value is (255,252,149). Sum of RGB (Red+Green+Blue) = 255+252+149=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 252 (98.83% from 255 or 38.41% from 656); Blue value is 149 (58.59% from 255 or 22.71% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFC95 is #00036A. Grayscale: #F1F1F1. Windows color (decimal): -875 or 9829631. OLE color: 9829631.
HSL color Cylindrical-coordinate representation of color #FFFC95: hue angle of 58.3º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFFC95 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 149 | - |
| CMYK | 0 | 0.01 | 0.42 | 0 |
| HSL | 58.3º | 1% | 0.79% | - |
| HSV(B) | 58.3º | 0.42% | 1% | - |
| XYZ | 81.48 | 93.05 | 42.1 | - |
| YUV | 241.16 | 75.99 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 149 | 0 | 0.01 | 0.42 | 0 | 58.3 | 1 | 0.79 |
| Hex | FF | FC | 95 | 0 | 1 | 2A | 0 | 3A | 64 | 4F |
| Octal | 377 | 374 | 225 | 0 | 1 | 52 | 0 | 72 | 144 | 117 |
| Binary | 11111111 | 11111100 | 10010101 | 0 | 1 | 101010 | 0 | 111010 | 1100100 | 1001111 |
Color Harmonies of #FFFC95
Complementary color
Monochromatic Colors of #FFFC95
Black with #FFFC95
Text Example
Text Example
White with #FFFC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC95; }
p { color: rgb(255,252,149); }
H1.HeaderClassName
{
color: #FFFC95;
}
.AnyTagClassName
{
color: #FFFC95;
}
</style>
background-color css
<style>
a { background-color: #FFFC95; }
a { background-color: rgb(255,252,149); }
div.DivClassName
{
background-color: #FFFC95;
}
.BgClassName
{
background-color: #FFFC95;
}
</style>
border-color css
<style>
span { border-color: #FFFC95; }
span { border-color: rgb(255,252,149); }
td.TdClassName
{
border-color: #FFFC95;
}
.TagClassName
{
border-color: #FFFC95;
}
</style>