Shades of Canary #FEFF8D
Tints of Canary #FEFF8D
RGB
CMYK
RGB Variations
Color information
#FEFF8D (or 0xFEFF8D) is known color: Canary. HEX triplet: FE, FF and 8D. RGB value is (254,255,141). Sum of RGB (Red+Green+Blue) = 254+255+141=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 141 (55.47% from 255 or 21.69% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFF8D is #010072. Grayscale: #F2F2F2. Windows color (decimal): -65651 or 9306110. OLE color: 9306110.
HSL color Cylindrical-coordinate representation of color #FEFF8D: hue angle of 60.53º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FEFF8D is Cyan = 0.00, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 141 | - |
| CMYK | 0.00 | 0 | 0.45 | 0 |
| HSL | 60.53º | 1% | 0.78% | - |
| HSV(B) | 60.53º | 0.45% | 1% | - |
| XYZ | 81.44 | 94.51 | 39.15 | - |
| YUV | 241.71 | 71.17 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 141 | 0.00 | 0 | 0.45 | 0 | 60.53 | 1 | 0.78 |
| Hex | FE | FF | 8D | 0 | 0 | 2D | 0 | 3D | 64 | 4E |
| Octal | 376 | 377 | 215 | 0 | 0 | 55 | 0 | 75 | 144 | 116 |
| Binary | 11111110 | 11111111 | 10001101 | 0 | 0 | 101101 | 0 | 111101 | 1100100 | 1001110 |
Color Harmonies of #FEFF8D
Complementary color
Monochromatic Colors of #FEFF8D
Black with #FEFF8D
Text Example
Text Example
White with #FEFF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF8D; }
p { color: rgb(254,255,141); }
H1.HeaderClassName
{
color: #FEFF8D;
}
.AnyTagClassName
{
color: #FEFF8D;
}
</style>
background-color css
<style>
a { background-color: #FEFF8D; }
a { background-color: rgb(254,255,141); }
div.DivClassName
{
background-color: #FEFF8D;
}
.BgClassName
{
background-color: #FEFF8D;
}
</style>
border-color css
<style>
span { border-color: #FEFF8D; }
span { border-color: rgb(254,255,141); }
td.TdClassName
{
border-color: #FEFF8D;
}
.TagClassName
{
border-color: #FEFF8D;
}
</style>