Shades of Canary #FEFE9D
Tints of Canary #FEFE9D
RGB
CMYK
RGB Variations
Color information
#FEFE9D (or 0xFEFE9D) is known color: Canary. HEX triplet: FE, FE and 9D. RGB value is (254,254,157). Sum of RGB (Red+Green+Blue) = 254+254+157=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 254 (99.61% from 255 or 38.20% from 665); Blue value is 157 (61.72% from 255 or 23.61% from 665); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFE9D is #010162. Grayscale: #F3F3F3. Windows color (decimal): -65891 or 10354430. OLE color: 10354430.
HSL color Cylindrical-coordinate representation of color #FEFE9D: 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 #FEFE9D is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 157 | - |
| CMYK | 0 | 0 | 0.38 | 0.00 |
| HSL | 60º | 0.98% | 0.81% | - |
| HSV(B) | 60º | 0.38% | 1% | - |
| XYZ | 82.4 | 94.39 | 45.77 | - |
| YUV | 242.94 | 79.5 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 157 | 0 | 0 | 0.38 | 0.00 | 60 | 0.98 | 0.81 |
| Hex | FE | FE | 9D | 0 | 0 | 26 | 0 | 3C | 62 | 51 |
| Octal | 376 | 376 | 235 | 0 | 0 | 46 | 0 | 74 | 142 | 121 |
| Binary | 11111110 | 11111110 | 10011101 | 0 | 0 | 100110 | 0 | 111100 | 1100010 | 1010001 |
Color Harmonies of #FEFE9D
Complementary color
Monochromatic Colors of #FEFE9D
Black with #FEFE9D
Text Example
Text Example
White with #FEFE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFE9D; }
p { color: rgb(254,254,157); }
H1.HeaderClassName
{
color: #FEFE9D;
}
.AnyTagClassName
{
color: #FEFE9D;
}
</style>
background-color css
<style>
a { background-color: #FEFE9D; }
a { background-color: rgb(254,254,157); }
div.DivClassName
{
background-color: #FEFE9D;
}
.BgClassName
{
background-color: #FEFE9D;
}
</style>
border-color css
<style>
span { border-color: #FEFE9D; }
span { border-color: rgb(254,254,157); }
td.TdClassName
{
border-color: #FEFE9D;
}
.TagClassName
{
border-color: #FEFE9D;
}
</style>