Shades of Canary #FFFC8C
Tints of Canary #FFFC8C
RGB
CMYK
RGB Variations
Color information
#FFFC8C (or 0xFFFC8C) is known color: Canary. HEX triplet: FF, FC and 8C. RGB value is (255,252,140). Sum of RGB (Red+Green+Blue) = 255+252+140=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 252 (98.83% from 255 or 38.95% from 647); Blue value is 140 (55.08% from 255 or 21.64% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFC8C is #000373. Grayscale: #F0F0F0. Windows color (decimal): -884 or 9239807. OLE color: 9239807.
HSL color Cylindrical-coordinate representation of color #FFFC8C: hue angle of 58.43º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFFC8C is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 140 | - |
| CMYK | 0 | 0.01 | 0.45 | 0 |
| HSL | 58.43º | 1% | 0.77% | - |
| HSV(B) | 58.43º | 0.45% | 1% | - |
| XYZ | 80.78 | 92.77 | 38.46 | - |
| YUV | 240.13 | 71.49 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 140 | 0 | 0.01 | 0.45 | 0 | 58.43 | 1 | 0.77 |
| Hex | FF | FC | 8C | 0 | 1 | 2D | 0 | 3A | 64 | 4D |
| Octal | 377 | 374 | 214 | 0 | 1 | 55 | 0 | 72 | 144 | 115 |
| Binary | 11111111 | 11111100 | 10001100 | 0 | 1 | 101101 | 0 | 111010 | 1100100 | 1001101 |
Color Harmonies of #FFFC8C
Complementary color
Monochromatic Colors of #FFFC8C
Black with #FFFC8C
Text Example
Text Example
White with #FFFC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC8C; }
p { color: rgb(255,252,140); }
H1.HeaderClassName
{
color: #FFFC8C;
}
.AnyTagClassName
{
color: #FFFC8C;
}
</style>
background-color css
<style>
a { background-color: #FFFC8C; }
a { background-color: rgb(255,252,140); }
div.DivClassName
{
background-color: #FFFC8C;
}
.BgClassName
{
background-color: #FFFC8C;
}
</style>
border-color css
<style>
span { border-color: #FFFC8C; }
span { border-color: rgb(255,252,140); }
td.TdClassName
{
border-color: #FFFC8C;
}
.TagClassName
{
border-color: #FFFC8C;
}
</style>