Shades of Canary #FEFE9E
Tints of Canary #FEFE9E
RGB
CMYK
RGB Variations
Color information
#FEFE9E (or 0xFEFE9E) is known color: Canary. HEX triplet: FE, FE and 9E. RGB value is (254,254,158). Sum of RGB (Red+Green+Blue) = 254+254+158=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 158 (62.11% from 255 or 23.72% from 666); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFE9E is #010161. Grayscale: #F3F3F3. Windows color (decimal): -65890 or 10419966. OLE color: 10419966.
HSL color Cylindrical-coordinate representation of color #FEFE9E: hue angle of 60º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FEFE9E is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 158 | - |
| CMYK | 0 | 0 | 0.38 | 0.00 |
| HSL | 60º | 0.98% | 0.81% | - |
| HSV(B) | 60º | 0.38% | 1% | - |
| XYZ | 82.49 | 94.42 | 46.23 | - |
| YUV | 243.06 | 80 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 158 | 0 | 0 | 0.38 | 0.00 | 60 | 0.98 | 0.81 |
| Hex | FE | FE | 9E | 0 | 0 | 26 | 0 | 3C | 62 | 51 |
| Octal | 376 | 376 | 236 | 0 | 0 | 46 | 0 | 74 | 142 | 121 |
| Binary | 11111110 | 11111110 | 10011110 | 0 | 0 | 100110 | 0 | 111100 | 1100010 | 1010001 |
Color Harmonies of #FEFE9E
Complementary color
Monochromatic Colors of #FEFE9E
Black with #FEFE9E
Text Example
Text Example
White with #FEFE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFE9E; }
p { color: rgb(254,254,158); }
H1.HeaderClassName
{
color: #FEFE9E;
}
.AnyTagClassName
{
color: #FEFE9E;
}
</style>
background-color css
<style>
a { background-color: #FEFE9E; }
a { background-color: rgb(254,254,158); }
div.DivClassName
{
background-color: #FEFE9E;
}
.BgClassName
{
background-color: #FEFE9E;
}
</style>
border-color css
<style>
span { border-color: #FEFE9E; }
span { border-color: rgb(254,254,158); }
td.TdClassName
{
border-color: #FEFE9E;
}
.TagClassName
{
border-color: #FEFE9E;
}
</style>