Shades of Canary #FEF996
Tints of Canary #FEF996
RGB
CMYK
RGB Variations
Color information
#FEF996 (or 0xFEF996) is known color: Canary. HEX triplet: FE, F9 and 96. RGB value is (254,249,150). Sum of RGB (Red+Green+Blue) = 254+249+150=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 249 (97.66% from 255 or 38.13% from 653); Blue value is 150 (58.98% from 255 or 22.97% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF996 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF996 is #010669. Grayscale: #EFEFEF. Windows color (decimal): -67178 or 9894398. OLE color: 9894398.
HSL color Cylindrical-coordinate representation of color #FEF996: hue angle of 57.12º 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 #FEF996 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 150 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.00 |
| HSL | 57.12º | 0.98% | 0.79% | - |
| HSV(B) | 57.12º | 0.41% | 1% | - |
| XYZ | 80.25 | 91.02 | 42.19 | - |
| YUV | 239.21 | 77.66 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 150 | 0 | 0.02 | 0.41 | 0.00 | 57.12 | 0.98 | 0.79 |
| Hex | FE | F9 | 96 | 0 | 2 | 29 | 0 | 39 | 62 | 4F |
| Octal | 376 | 371 | 226 | 0 | 2 | 51 | 0 | 71 | 142 | 117 |
| Binary | 11111110 | 11111001 | 10010110 | 0 | 10 | 101001 | 0 | 111001 | 1100010 | 1001111 |
Color Harmonies of #FEF996
Complementary color
Monochromatic Colors of #FEF996
Black with #FEF996
Text Example
Text Example
White with #FEF996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF996; }
p { color: rgb(254,249,150); }
H1.HeaderClassName
{
color: #FEF996;
}
.AnyTagClassName
{
color: #FEF996;
}
</style>
background-color css
<style>
a { background-color: #FEF996; }
a { background-color: rgb(254,249,150); }
div.DivClassName
{
background-color: #FEF996;
}
.BgClassName
{
background-color: #FEF996;
}
</style>
border-color css
<style>
span { border-color: #FEF996; }
span { border-color: rgb(254,249,150); }
td.TdClassName
{
border-color: #FEF996;
}
.TagClassName
{
border-color: #FEF996;
}
</style>