Shades of Canary #FEFF8E
Tints of Canary #FEFF8E
RGB
CMYK
RGB Variations
Color information
#FEFF8E (or 0xFEFF8E) is known color: Canary. HEX triplet: FE, FF and 8E. RGB value is (254,255,142). Sum of RGB (Red+Green+Blue) = 254+255+142=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 142 (55.86% from 255 or 21.81% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFF8E is #010071. Grayscale: #F2F2F2. Windows color (decimal): -65650 or 9371646. OLE color: 9371646.
HSL color Cylindrical-coordinate representation of color #FEFF8E: hue angle of 60.53º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEFF8E is Cyan = 0.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 142 | - |
| CMYK | 0.00 | 0 | 0.44 | 0 |
| HSL | 60.53º | 1% | 0.78% | - |
| HSV(B) | 60.53º | 0.44% | 1% | - |
| XYZ | 81.52 | 94.54 | 39.54 | - |
| YUV | 241.82 | 71.67 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 142 | 0.00 | 0 | 0.44 | 0 | 60.53 | 1 | 0.78 |
| Hex | FE | FF | 8E | 0 | 0 | 2C | 0 | 3D | 64 | 4E |
| Octal | 376 | 377 | 216 | 0 | 0 | 54 | 0 | 75 | 144 | 116 |
| Binary | 11111110 | 11111111 | 10001110 | 0 | 0 | 101100 | 0 | 111101 | 1100100 | 1001110 |
Color Harmonies of #FEFF8E
Complementary color
Monochromatic Colors of #FEFF8E
Black with #FEFF8E
Text Example
Text Example
White with #FEFF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF8E; }
p { color: rgb(254,255,142); }
H1.HeaderClassName
{
color: #FEFF8E;
}
.AnyTagClassName
{
color: #FEFF8E;
}
</style>
background-color css
<style>
a { background-color: #FEFF8E; }
a { background-color: rgb(254,255,142); }
div.DivClassName
{
background-color: #FEFF8E;
}
.BgClassName
{
background-color: #FEFF8E;
}
</style>
border-color css
<style>
span { border-color: #FEFF8E; }
span { border-color: rgb(254,255,142); }
td.TdClassName
{
border-color: #FEFF8E;
}
.TagClassName
{
border-color: #FEFF8E;
}
</style>