Shades of Canary #FEFC8F
Tints of Canary #FEFC8F
RGB
CMYK
RGB Variations
Color information
#FEFC8F (or 0xFEFC8F) is known color: Canary. HEX triplet: FE, FC and 8F. RGB value is (254,252,143). Sum of RGB (Red+Green+Blue) = 254+252+143=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 252 (98.83% from 255 or 38.83% from 649); Blue value is 143 (56.25% from 255 or 22.03% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFC8F is #010370. Grayscale: #F0F0F0. Windows color (decimal): -66417 or 9436414. OLE color: 9436414.
HSL color Cylindrical-coordinate representation of color #FEFC8F: hue angle of 58.92º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEFC8F is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 143 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.00 |
| HSL | 58.92º | 0.98% | 0.78% | - |
| HSV(B) | 58.92º | 0.44% | 1% | - |
| XYZ | 80.64 | 92.67 | 39.62 | - |
| YUV | 240.17 | 73.16 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 143 | 0 | 0.01 | 0.44 | 0.00 | 58.92 | 0.98 | 0.78 |
| Hex | FE | FC | 8F | 0 | 1 | 2C | 0 | 3B | 62 | 4E |
| Octal | 376 | 374 | 217 | 0 | 1 | 54 | 0 | 73 | 142 | 116 |
| Binary | 11111110 | 11111100 | 10001111 | 0 | 1 | 101100 | 0 | 111011 | 1100010 | 1001110 |
Color Harmonies of #FEFC8F
Complementary color
Monochromatic Colors of #FEFC8F
Black with #FEFC8F
Text Example
Text Example
White with #FEFC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFC8F; }
p { color: rgb(254,252,143); }
H1.HeaderClassName
{
color: #FEFC8F;
}
.AnyTagClassName
{
color: #FEFC8F;
}
</style>
background-color css
<style>
a { background-color: #FEFC8F; }
a { background-color: rgb(254,252,143); }
div.DivClassName
{
background-color: #FEFC8F;
}
.BgClassName
{
background-color: #FEFC8F;
}
</style>
border-color css
<style>
span { border-color: #FEFC8F; }
span { border-color: rgb(254,252,143); }
td.TdClassName
{
border-color: #FEFC8F;
}
.TagClassName
{
border-color: #FEFC8F;
}
</style>