Shades of Canary #FEFE8E
Tints of Canary #FEFE8E
RGB
CMYK
RGB Variations
Color information
#FEFE8E (or 0xFEFE8E) is known color: Canary. HEX triplet: FE, FE and 8E. RGB value is (254,254,142). Sum of RGB (Red+Green+Blue) = 254+254+142=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 142 (55.86% from 255 or 21.85% from 650); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFE8E is #010171. Grayscale: #F1F1F1. Windows color (decimal): -65906 or 9371390. OLE color: 9371390.
HSL color Cylindrical-coordinate representation of color #FEFE8E: hue angle of 60º 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 #FEFE8E is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 142 | - |
| CMYK | 0 | 0 | 0.44 | 0.00 |
| HSL | 60º | 0.98% | 0.78% | - |
| HSV(B) | 60º | 0.44% | 1% | - |
| XYZ | 81.2 | 93.91 | 39.44 | - |
| YUV | 241.23 | 72 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 142 | 0 | 0 | 0.44 | 0.00 | 60 | 0.98 | 0.78 |
| Hex | FE | FE | 8E | 0 | 0 | 2C | 0 | 3C | 62 | 4E |
| Octal | 376 | 376 | 216 | 0 | 0 | 54 | 0 | 74 | 142 | 116 |
| Binary | 11111110 | 11111110 | 10001110 | 0 | 0 | 101100 | 0 | 111100 | 1100010 | 1001110 |
Color Harmonies of #FEFE8E
Complementary color
Monochromatic Colors of #FEFE8E
Black with #FEFE8E
Text Example
Text Example
White with #FEFE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFE8E; }
p { color: rgb(254,254,142); }
H1.HeaderClassName
{
color: #FEFE8E;
}
.AnyTagClassName
{
color: #FEFE8E;
}
</style>
background-color css
<style>
a { background-color: #FEFE8E; }
a { background-color: rgb(254,254,142); }
div.DivClassName
{
background-color: #FEFE8E;
}
.BgClassName
{
background-color: #FEFE8E;
}
</style>
border-color css
<style>
span { border-color: #FEFE8E; }
span { border-color: rgb(254,254,142); }
td.TdClassName
{
border-color: #FEFE8E;
}
.TagClassName
{
border-color: #FEFE8E;
}
</style>