Shades of Canary #FCFF8A
Tints of Canary #FCFF8A
RGB
CMYK
RGB Variations
Color information
#FCFF8A (or 0xFCFF8A) is known color: Canary. HEX triplet: FC, FF and 8A. RGB value is (252,255,138). Sum of RGB (Red+Green+Blue) = 252+255+138=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 138 (54.30% from 255 or 21.40% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFF8A is #030075. Grayscale: #F1F1F1. Windows color (decimal): -196726 or 9109500. OLE color: 9109500.
HSL color Cylindrical-coordinate representation of color #FCFF8A: hue angle of 61.54º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FCFF8A is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 138 | - |
| CMYK | 0.01 | 0 | 0.46 | 0 |
| HSL | 61.54º | 1% | 0.77% | - |
| HSV(B) | 61.54º | 0.46% | 1% | - |
| XYZ | 80.49 | 94.05 | 37.96 | - |
| YUV | 240.77 | 70.01 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 138 | 0.01 | 0 | 0.46 | 0 | 61.54 | 1 | 0.77 |
| Hex | FC | FF | 8A | 1 | 0 | 2E | 0 | 3E | 64 | 4D |
| Octal | 374 | 377 | 212 | 1 | 0 | 56 | 0 | 76 | 144 | 115 |
| Binary | 11111100 | 11111111 | 10001010 | 1 | 0 | 101110 | 0 | 111110 | 1100100 | 1001101 |
Color Harmonies of #FCFF8A
Complementary color
Monochromatic Colors of #FCFF8A
Black with #FCFF8A
Text Example
Text Example
White with #FCFF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF8A; }
p { color: rgb(252,255,138); }
H1.HeaderClassName
{
color: #FCFF8A;
}
.AnyTagClassName
{
color: #FCFF8A;
}
</style>
background-color css
<style>
a { background-color: #FCFF8A; }
a { background-color: rgb(252,255,138); }
div.DivClassName
{
background-color: #FCFF8A;
}
.BgClassName
{
background-color: #FCFF8A;
}
</style>
border-color css
<style>
span { border-color: #FCFF8A; }
span { border-color: rgb(252,255,138); }
td.TdClassName
{
border-color: #FCFF8A;
}
.TagClassName
{
border-color: #FCFF8A;
}
</style>