Shades of Canary #FEFE9F
Tints of Canary #FEFE9F
RGB
CMYK
RGB Variations
Color information
#FEFE9F (or 0xFEFE9F) is known color: Canary. HEX triplet: FE, FE and 9F. RGB value is (254,254,159). Sum of RGB (Red+Green+Blue) = 254+254+159=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 159 (62.5% from 255 or 23.84% from 667); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFE9F is #010160. Grayscale: #F3F3F3. Windows color (decimal): -65889 or 10485502. OLE color: 10485502.
HSL color Cylindrical-coordinate representation of color #FEFE9F: 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 #FEFE9F is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 159 | - |
| CMYK | 0 | 0 | 0.37 | 0.00 |
| HSL | 60º | 0.98% | 0.81% | - |
| HSV(B) | 60º | 0.37% | 1% | - |
| XYZ | 82.57 | 94.46 | 46.68 | - |
| YUV | 243.17 | 80.5 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 159 | 0 | 0 | 0.37 | 0.00 | 60 | 0.98 | 0.81 |
| Hex | FE | FE | 9F | 0 | 0 | 25 | 0 | 3C | 62 | 51 |
| Octal | 376 | 376 | 237 | 0 | 0 | 45 | 0 | 74 | 142 | 121 |
| Binary | 11111110 | 11111110 | 10011111 | 0 | 0 | 100101 | 0 | 111100 | 1100010 | 1010001 |
Color Harmonies of #FEFE9F
Complementary color
Monochromatic Colors of #FEFE9F
Black with #FEFE9F
Text Example
Text Example
White with #FEFE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFE9F; }
p { color: rgb(254,254,159); }
H1.HeaderClassName
{
color: #FEFE9F;
}
.AnyTagClassName
{
color: #FEFE9F;
}
</style>
background-color css
<style>
a { background-color: #FEFE9F; }
a { background-color: rgb(254,254,159); }
div.DivClassName
{
background-color: #FEFE9F;
}
.BgClassName
{
background-color: #FEFE9F;
}
</style>
border-color css
<style>
span { border-color: #FEFE9F; }
span { border-color: rgb(254,254,159); }
td.TdClassName
{
border-color: #FEFE9F;
}
.TagClassName
{
border-color: #FEFE9F;
}
</style>