Shades of Canary #FEFE8D
Tints of Canary #FEFE8D
RGB
CMYK
RGB Variations
Color information
#FEFE8D (or 0xFEFE8D) is known color: Canary. HEX triplet: FE, FE and 8D. RGB value is (254,254,141). Sum of RGB (Red+Green+Blue) = 254+254+141=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 254 (99.61% from 255 or 39.14% from 649); Blue value is 141 (55.47% from 255 or 21.73% from 649); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFE8D is #010172. Grayscale: #F1F1F1. Windows color (decimal): -65907 or 9305854. OLE color: 9305854.
HSL color Cylindrical-coordinate representation of color #FEFE8D: hue angle of 60º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEFE8D is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 141 | - |
| CMYK | 0 | 0 | 0.44 | 0.00 |
| HSL | 60º | 0.98% | 0.77% | - |
| HSV(B) | 60º | 0.44% | 1% | - |
| XYZ | 81.12 | 93.88 | 39.04 | - |
| YUV | 241.12 | 71.5 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 141 | 0 | 0 | 0.44 | 0.00 | 60 | 0.98 | 0.77 |
| Hex | FE | FE | 8D | 0 | 0 | 2C | 0 | 3C | 62 | 4D |
| Octal | 376 | 376 | 215 | 0 | 0 | 54 | 0 | 74 | 142 | 115 |
| Binary | 11111110 | 11111110 | 10001101 | 0 | 0 | 101100 | 0 | 111100 | 1100010 | 1001101 |
Color Harmonies of #FEFE8D
Complementary color
Monochromatic Colors of #FEFE8D
Black with #FEFE8D
Text Example
Text Example
White with #FEFE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFE8D; }
p { color: rgb(254,254,141); }
H1.HeaderClassName
{
color: #FEFE8D;
}
.AnyTagClassName
{
color: #FEFE8D;
}
</style>
background-color css
<style>
a { background-color: #FEFE8D; }
a { background-color: rgb(254,254,141); }
div.DivClassName
{
background-color: #FEFE8D;
}
.BgClassName
{
background-color: #FEFE8D;
}
</style>
border-color css
<style>
span { border-color: #FEFE8D; }
span { border-color: rgb(254,254,141); }
td.TdClassName
{
border-color: #FEFE8D;
}
.TagClassName
{
border-color: #FEFE8D;
}
</style>