Shades of Canary #FEFEA0
Tints of Canary #FEFEA0
RGB
CMYK
RGB Variations
Color information
#FEFEA0 (or 0xFEFEA0) is known color: Canary. HEX triplet: FE, FE and A0. RGB value is (254,254,160). Sum of RGB (Red+Green+Blue) = 254+254+160=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 254 (99.61% from 255 or 38.02% from 668); Blue value is 160 (62.89% from 255 or 23.95% from 668); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFEA0 is #01015F. Grayscale: #F3F3F3. Windows color (decimal): -65888 or 10551038. OLE color: 10551038.
HSL color Cylindrical-coordinate representation of color #FEFEA0: hue angle of 60º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEFEA0 is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 160 | - |
| CMYK | 0 | 0 | 0.37 | 0.00 |
| HSL | 60º | 0.98% | 0.81% | - |
| HSV(B) | 60º | 0.37% | 1% | - |
| XYZ | 82.66 | 94.49 | 47.14 | - |
| YUV | 243.28 | 81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 160 | 0 | 0 | 0.37 | 0.00 | 60 | 0.98 | 0.81 |
| Hex | FE | FE | A0 | 0 | 0 | 25 | 0 | 3C | 62 | 51 |
| Octal | 376 | 376 | 240 | 0 | 0 | 45 | 0 | 74 | 142 | 121 |
| Binary | 11111110 | 11111110 | 10100000 | 0 | 0 | 100101 | 0 | 111100 | 1100010 | 1010001 |
Color Harmonies of #FEFEA0
Complementary color
Monochromatic Colors of #FEFEA0
Black with #FEFEA0
Text Example
Text Example
White with #FEFEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFEA0; }
p { color: rgb(254,254,160); }
H1.HeaderClassName
{
color: #FEFEA0;
}
.AnyTagClassName
{
color: #FEFEA0;
}
</style>
background-color css
<style>
a { background-color: #FEFEA0; }
a { background-color: rgb(254,254,160); }
div.DivClassName
{
background-color: #FEFEA0;
}
.BgClassName
{
background-color: #FEFEA0;
}
</style>
border-color css
<style>
span { border-color: #FEFEA0; }
span { border-color: rgb(254,254,160); }
td.TdClassName
{
border-color: #FEFEA0;
}
.TagClassName
{
border-color: #FEFEA0;
}
</style>