Shades of Canary #FEFF95
Tints of Canary #FEFF95
RGB
CMYK
RGB Variations
Color information
#FEFF95 (or 0xFEFF95) is known color: Canary. HEX triplet: FE, FF and 95. RGB value is (254,255,149). Sum of RGB (Red+Green+Blue) = 254+255+149=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 149 (58.59% from 255 or 22.64% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFF95 is #01006A. Grayscale: #F3F3F3. Windows color (decimal): -65643 or 9830398. OLE color: 9830398.
HSL color Cylindrical-coordinate representation of color #FEFF95: hue angle of 60.57º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FEFF95 is Cyan = 0.00, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 149 | - |
| CMYK | 0.00 | 0 | 0.42 | 0 |
| HSL | 60.57º | 1% | 0.79% | - |
| HSV(B) | 60.57º | 0.42% | 1% | - |
| XYZ | 82.06 | 94.76 | 42.4 | - |
| YUV | 242.62 | 75.17 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 149 | 0.00 | 0 | 0.42 | 0 | 60.57 | 1 | 0.79 |
| Hex | FE | FF | 95 | 0 | 0 | 2A | 0 | 3D | 64 | 4F |
| Octal | 376 | 377 | 225 | 0 | 0 | 52 | 0 | 75 | 144 | 117 |
| Binary | 11111110 | 11111111 | 10010101 | 0 | 0 | 101010 | 0 | 111101 | 1100100 | 1001111 |
Color Harmonies of #FEFF95
Complementary color
Monochromatic Colors of #FEFF95
Black with #FEFF95
Text Example
Text Example
White with #FEFF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF95; }
p { color: rgb(254,255,149); }
H1.HeaderClassName
{
color: #FEFF95;
}
.AnyTagClassName
{
color: #FEFF95;
}
</style>
background-color css
<style>
a { background-color: #FEFF95; }
a { background-color: rgb(254,255,149); }
div.DivClassName
{
background-color: #FEFF95;
}
.BgClassName
{
background-color: #FEFF95;
}
</style>
border-color css
<style>
span { border-color: #FEFF95; }
span { border-color: rgb(254,255,149); }
td.TdClassName
{
border-color: #FEFF95;
}
.TagClassName
{
border-color: #FEFF95;
}
</style>