Shades of Canary #FEFF9A
Tints of Canary #FEFF9A
RGB
CMYK
RGB Variations
Color information
#FEFF9A (or 0xFEFF9A) is known color: Canary. HEX triplet: FE, FF and 9A. RGB value is (254,255,154). Sum of RGB (Red+Green+Blue) = 254+255+154=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 154 (60.55% from 255 or 23.23% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFF9A is #010065. Grayscale: #F3F3F3. Windows color (decimal): -65638 or 10158078. OLE color: 10158078.
HSL color Cylindrical-coordinate representation of color #FEFF9A: hue angle of 60.59º 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 #FEFF9A is Cyan = 0.00, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 154 | - |
| CMYK | 0.00 | 0 | 0.40 | 0 |
| HSL | 60.59º | 1% | 0.8% | - |
| HSV(B) | 60.59º | 0.4% | 1% | - |
| XYZ | 82.47 | 94.92 | 44.55 | - |
| YUV | 243.19 | 77.67 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 154 | 0.00 | 0 | 0.40 | 0 | 60.59 | 1 | 0.8 |
| Hex | FE | FF | 9A | 0 | 0 | 28 | 0 | 3D | 64 | 50 |
| Octal | 376 | 377 | 232 | 0 | 0 | 50 | 0 | 75 | 144 | 120 |
| Binary | 11111110 | 11111111 | 10011010 | 0 | 0 | 101000 | 0 | 111101 | 1100100 | 1010000 |
Color Harmonies of #FEFF9A
Complementary color
Monochromatic Colors of #FEFF9A
Black with #FEFF9A
Text Example
Text Example
White with #FEFF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF9A; }
p { color: rgb(254,255,154); }
H1.HeaderClassName
{
color: #FEFF9A;
}
.AnyTagClassName
{
color: #FEFF9A;
}
</style>
background-color css
<style>
a { background-color: #FEFF9A; }
a { background-color: rgb(254,255,154); }
div.DivClassName
{
background-color: #FEFF9A;
}
.BgClassName
{
background-color: #FEFF9A;
}
</style>
border-color css
<style>
span { border-color: #FEFF9A; }
span { border-color: rgb(254,255,154); }
td.TdClassName
{
border-color: #FEFF9A;
}
.TagClassName
{
border-color: #FEFF9A;
}
</style>