Shades of Canary #FEFE9A
Tints of Canary #FEFE9A
RGB
CMYK
RGB Variations
Color information
#FEFE9A (or 0xFEFE9A) is known color: Canary. HEX triplet: FE, FE and 9A. RGB value is (254,254,154). Sum of RGB (Red+Green+Blue) = 254+254+154=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 254 (99.61% from 255 or 38.37% from 662); Blue value is 154 (60.55% from 255 or 23.26% from 662); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFE9A is #010165. Grayscale: #F3F3F3. Windows color (decimal): -65894 or 10157822. OLE color: 10157822.
HSL color Cylindrical-coordinate representation of color #FEFE9A: hue angle of 60º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FEFE9A is Cyan = 0, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 154 | - |
| CMYK | 0 | 0 | 0.39 | 0.00 |
| HSL | 60º | 0.98% | 0.8% | - |
| HSV(B) | 60º | 0.39% | 1% | - |
| XYZ | 82.15 | 94.29 | 44.44 | - |
| YUV | 242.6 | 78 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 154 | 0 | 0 | 0.39 | 0.00 | 60 | 0.98 | 0.8 |
| Hex | FE | FE | 9A | 0 | 0 | 27 | 0 | 3C | 62 | 50 |
| Octal | 376 | 376 | 232 | 0 | 0 | 47 | 0 | 74 | 142 | 120 |
| Binary | 11111110 | 11111110 | 10011010 | 0 | 0 | 100111 | 0 | 111100 | 1100010 | 1010000 |
Color Harmonies of #FEFE9A
Complementary color
Monochromatic Colors of #FEFE9A
Black with #FEFE9A
Text Example
Text Example
White with #FEFE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFE9A; }
p { color: rgb(254,254,154); }
H1.HeaderClassName
{
color: #FEFE9A;
}
.AnyTagClassName
{
color: #FEFE9A;
}
</style>
background-color css
<style>
a { background-color: #FEFE9A; }
a { background-color: rgb(254,254,154); }
div.DivClassName
{
background-color: #FEFE9A;
}
.BgClassName
{
background-color: #FEFE9A;
}
</style>
border-color css
<style>
span { border-color: #FEFE9A; }
span { border-color: rgb(254,254,154); }
td.TdClassName
{
border-color: #FEFE9A;
}
.TagClassName
{
border-color: #FEFE9A;
}
</style>