Shades of Canary #FEF895
Tints of Canary #FEF895
RGB
CMYK
RGB Variations
Color information
#FEF895 (or 0xFEF895) is known color: Canary. HEX triplet: FE, F8 and 95. RGB value is (254,248,149). Sum of RGB (Red+Green+Blue) = 254+248+149=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 248 (97.27% from 255 or 38.10% from 651); Blue value is 149 (58.59% from 255 or 22.89% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF895 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF895 is #01076A. Grayscale: #EEEEEE. Windows color (decimal): -67435 or 9828606. OLE color: 9828606.
HSL color Cylindrical-coordinate representation of color #FEF895: hue angle of 56.57º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FEF895 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 149 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.00 |
| HSL | 56.57º | 0.98% | 0.79% | - |
| HSV(B) | 56.57º | 0.41% | 1% | - |
| XYZ | 79.87 | 90.38 | 41.67 | - |
| YUV | 238.51 | 77.49 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 149 | 0 | 0.02 | 0.41 | 0.00 | 56.57 | 0.98 | 0.79 |
| Hex | FE | F8 | 95 | 0 | 2 | 29 | 0 | 39 | 62 | 4F |
| Octal | 376 | 370 | 225 | 0 | 2 | 51 | 0 | 71 | 142 | 117 |
| Binary | 11111110 | 11111000 | 10010101 | 0 | 10 | 101001 | 0 | 111001 | 1100010 | 1001111 |
Color Harmonies of #FEF895
Complementary color
Monochromatic Colors of #FEF895
Black with #FEF895
Text Example
Text Example
White with #FEF895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF895; }
p { color: rgb(254,248,149); }
H1.HeaderClassName
{
color: #FEF895;
}
.AnyTagClassName
{
color: #FEF895;
}
</style>
background-color css
<style>
a { background-color: #FEF895; }
a { background-color: rgb(254,248,149); }
div.DivClassName
{
background-color: #FEF895;
}
.BgClassName
{
background-color: #FEF895;
}
</style>
border-color css
<style>
span { border-color: #FEF895; }
span { border-color: rgb(254,248,149); }
td.TdClassName
{
border-color: #FEF895;
}
.TagClassName
{
border-color: #FEF895;
}
</style>