Shades of Canary #FEFE98
Tints of Canary #FEFE98
RGB
CMYK
RGB Variations
Color information
#FEFE98 (or 0xFEFE98) is known color: Canary. HEX triplet: FE, FE and 98. RGB value is (254,254,152). Sum of RGB (Red+Green+Blue) = 254+254+152=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 254 (99.61% from 255 or 38.48% from 660); Blue value is 152 (59.77% from 255 or 23.03% from 660); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFE98 is #010167. Grayscale: #F2F2F2. Windows color (decimal): -65896 or 10026750. OLE color: 10026750.
HSL color Cylindrical-coordinate representation of color #FEFE98: hue angle of 60º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FEFE98 is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 152 | - |
| CMYK | 0 | 0 | 0.40 | 0.00 |
| HSL | 60º | 0.98% | 0.8% | - |
| HSV(B) | 60º | 0.4% | 1% | - |
| XYZ | 81.98 | 94.22 | 43.57 | - |
| YUV | 242.37 | 77 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 152 | 0 | 0 | 0.40 | 0.00 | 60 | 0.98 | 0.8 |
| Hex | FE | FE | 98 | 0 | 0 | 28 | 0 | 3C | 62 | 50 |
| Octal | 376 | 376 | 230 | 0 | 0 | 50 | 0 | 74 | 142 | 120 |
| Binary | 11111110 | 11111110 | 10011000 | 0 | 0 | 101000 | 0 | 111100 | 1100010 | 1010000 |
Color Harmonies of #FEFE98
Complementary color
Monochromatic Colors of #FEFE98
Black with #FEFE98
Text Example
Text Example
White with #FEFE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFE98; }
p { color: rgb(254,254,152); }
H1.HeaderClassName
{
color: #FEFE98;
}
.AnyTagClassName
{
color: #FEFE98;
}
</style>
background-color css
<style>
a { background-color: #FEFE98; }
a { background-color: rgb(254,254,152); }
div.DivClassName
{
background-color: #FEFE98;
}
.BgClassName
{
background-color: #FEFE98;
}
</style>
border-color css
<style>
span { border-color: #FEFE98; }
span { border-color: rgb(254,254,152); }
td.TdClassName
{
border-color: #FEFE98;
}
.TagClassName
{
border-color: #FEFE98;
}
</style>