Shades of Canary #FCFE9A
Tints of Canary #FCFE9A
RGB
CMYK
RGB Variations
Color information
#FCFE9A (or 0xFCFE9A) is known color: Canary. HEX triplet: FC, FE and 9A. RGB value is (252,254,154). Sum of RGB (Red+Green+Blue) = 252+254+154=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 254 (99.61% from 255 or 38.48% from 660); Blue value is 154 (60.55% from 255 or 23.33% from 660); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFE9A is #030165. Grayscale: #F2F2F2. Windows color (decimal): -196966 or 10157820. OLE color: 10157820.
HSL color Cylindrical-coordinate representation of color #FCFE9A: hue angle of 61.2º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FCFE9A is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 154 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.00 |
| HSL | 61.2º | 0.98% | 0.8% | - |
| HSV(B) | 61.2º | 0.39% | 1% | - |
| XYZ | 81.42 | 93.91 | 44.41 | - |
| YUV | 242 | 78.34 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 154 | 0.01 | 0 | 0.39 | 0.00 | 61.2 | 0.98 | 0.8 |
| Hex | FC | FE | 9A | 1 | 0 | 27 | 0 | 3D | 62 | 50 |
| Octal | 374 | 376 | 232 | 1 | 0 | 47 | 0 | 75 | 142 | 120 |
| Binary | 11111100 | 11111110 | 10011010 | 1 | 0 | 100111 | 0 | 111101 | 1100010 | 1010000 |
Color Harmonies of #FCFE9A
Complementary color
Monochromatic Colors of #FCFE9A
Black with #FCFE9A
Text Example
Text Example
White with #FCFE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE9A; }
p { color: rgb(252,254,154); }
H1.HeaderClassName
{
color: #FCFE9A;
}
.AnyTagClassName
{
color: #FCFE9A;
}
</style>
background-color css
<style>
a { background-color: #FCFE9A; }
a { background-color: rgb(252,254,154); }
div.DivClassName
{
background-color: #FCFE9A;
}
.BgClassName
{
background-color: #FCFE9A;
}
</style>
border-color css
<style>
span { border-color: #FCFE9A; }
span { border-color: rgb(252,254,154); }
td.TdClassName
{
border-color: #FCFE9A;
}
.TagClassName
{
border-color: #FCFE9A;
}
</style>