Shades of Canary #FEFE95
Tints of Canary #FEFE95
RGB
CMYK
RGB Variations
Color information
#FEFE95 (or 0xFEFE95) is known color: Canary. HEX triplet: FE, FE and 95. RGB value is (254,254,149). Sum of RGB (Red+Green+Blue) = 254+254+149=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 254 (99.61% from 255 or 38.66% from 657); Blue value is 149 (58.59% from 255 or 22.68% from 657); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFE95 is #01016A. Grayscale: #F2F2F2. Windows color (decimal): -65899 or 9830142. OLE color: 9830142.
HSL color Cylindrical-coordinate representation of color #FEFE95: hue angle of 60º 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 #FEFE95 is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 149 | - |
| CMYK | 0 | 0 | 0.41 | 0.00 |
| HSL | 60º | 0.98% | 0.79% | - |
| HSV(B) | 60º | 0.41% | 1% | - |
| XYZ | 81.74 | 94.12 | 42.29 | - |
| YUV | 242.03 | 75.5 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 149 | 0 | 0 | 0.41 | 0.00 | 60 | 0.98 | 0.79 |
| Hex | FE | FE | 95 | 0 | 0 | 29 | 0 | 3C | 62 | 4F |
| Octal | 376 | 376 | 225 | 0 | 0 | 51 | 0 | 74 | 142 | 117 |
| Binary | 11111110 | 11111110 | 10010101 | 0 | 0 | 101001 | 0 | 111100 | 1100010 | 1001111 |
Color Harmonies of #FEFE95
Complementary color
Monochromatic Colors of #FEFE95
Black with #FEFE95
Text Example
Text Example
White with #FEFE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFE95; }
p { color: rgb(254,254,149); }
H1.HeaderClassName
{
color: #FEFE95;
}
.AnyTagClassName
{
color: #FEFE95;
}
</style>
background-color css
<style>
a { background-color: #FEFE95; }
a { background-color: rgb(254,254,149); }
div.DivClassName
{
background-color: #FEFE95;
}
.BgClassName
{
background-color: #FEFE95;
}
</style>
border-color css
<style>
span { border-color: #FEFE95; }
span { border-color: rgb(254,254,149); }
td.TdClassName
{
border-color: #FEFE95;
}
.TagClassName
{
border-color: #FEFE95;
}
</style>