Shades of Canary #FEFC8E
Tints of Canary #FEFC8E
RGB
CMYK
RGB Variations
Color information
#FEFC8E (or 0xFEFC8E) is known color: Canary. HEX triplet: FE, FC and 8E. RGB value is (254,252,142). Sum of RGB (Red+Green+Blue) = 254+252+142=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 252 (98.83% from 255 or 38.89% from 648); Blue value is 142 (55.86% from 255 or 21.91% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFC8E is #010371. Grayscale: #F0F0F0. Windows color (decimal): -66418 or 9370878. OLE color: 9370878.
HSL color Cylindrical-coordinate representation of color #FEFC8E: hue angle of 58.93º 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 #FEFC8E is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 142 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.00 |
| HSL | 58.93º | 0.98% | 0.78% | - |
| HSV(B) | 58.93º | 0.44% | 1% | - |
| XYZ | 80.57 | 92.64 | 39.23 | - |
| YUV | 240.06 | 72.66 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 142 | 0 | 0.01 | 0.44 | 0.00 | 58.93 | 0.98 | 0.78 |
| Hex | FE | FC | 8E | 0 | 1 | 2C | 0 | 3B | 62 | 4E |
| Octal | 376 | 374 | 216 | 0 | 1 | 54 | 0 | 73 | 142 | 116 |
| Binary | 11111110 | 11111100 | 10001110 | 0 | 1 | 101100 | 0 | 111011 | 1100010 | 1001110 |
Color Harmonies of #FEFC8E
Complementary color
Monochromatic Colors of #FEFC8E
Black with #FEFC8E
Text Example
Text Example
White with #FEFC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFC8E; }
p { color: rgb(254,252,142); }
H1.HeaderClassName
{
color: #FEFC8E;
}
.AnyTagClassName
{
color: #FEFC8E;
}
</style>
background-color css
<style>
a { background-color: #FEFC8E; }
a { background-color: rgb(254,252,142); }
div.DivClassName
{
background-color: #FEFC8E;
}
.BgClassName
{
background-color: #FEFC8E;
}
</style>
border-color css
<style>
span { border-color: #FEFC8E; }
span { border-color: rgb(254,252,142); }
td.TdClassName
{
border-color: #FEFC8E;
}
.TagClassName
{
border-color: #FEFC8E;
}
</style>