Shades of Canary #FEFF98
Tints of Canary #FEFF98
RGB
CMYK
RGB Variations
Color information
#FEFF98 (or 0xFEFF98) is known color: Canary. HEX triplet: FE, FF and 98. RGB value is (254,255,152). Sum of RGB (Red+Green+Blue) = 254+255+152=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 152 (59.77% from 255 or 23.00% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFF98 is #010067. Grayscale: #F3F3F3. Windows color (decimal): -65640 or 10027006. OLE color: 10027006.
HSL color Cylindrical-coordinate representation of color #FEFF98: hue angle of 60.58º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FEFF98 is Cyan = 0.00, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 152 | - |
| CMYK | 0.00 | 0 | 0.40 | 0 |
| HSL | 60.58º | 1% | 0.8% | - |
| HSV(B) | 60.58º | 0.4% | 1% | - |
| XYZ | 82.3 | 94.86 | 43.68 | - |
| YUV | 242.96 | 76.67 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 152 | 0.00 | 0 | 0.40 | 0 | 60.58 | 1 | 0.8 |
| Hex | FE | FF | 98 | 0 | 0 | 28 | 0 | 3D | 64 | 50 |
| Octal | 376 | 377 | 230 | 0 | 0 | 50 | 0 | 75 | 144 | 120 |
| Binary | 11111110 | 11111111 | 10011000 | 0 | 0 | 101000 | 0 | 111101 | 1100100 | 1010000 |
Color Harmonies of #FEFF98
Complementary color
Monochromatic Colors of #FEFF98
Black with #FEFF98
Text Example
Text Example
White with #FEFF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF98; }
p { color: rgb(254,255,152); }
H1.HeaderClassName
{
color: #FEFF98;
}
.AnyTagClassName
{
color: #FEFF98;
}
</style>
background-color css
<style>
a { background-color: #FEFF98; }
a { background-color: rgb(254,255,152); }
div.DivClassName
{
background-color: #FEFF98;
}
.BgClassName
{
background-color: #FEFF98;
}
</style>
border-color css
<style>
span { border-color: #FEFF98; }
span { border-color: rgb(254,255,152); }
td.TdClassName
{
border-color: #FEFF98;
}
.TagClassName
{
border-color: #FEFF98;
}
</style>