Shades of Canary #FEFF8F
Tints of Canary #FEFF8F
RGB
CMYK
RGB Variations
Color information
#FEFF8F (or 0xFEFF8F) is known color: Canary. HEX triplet: FE, FF and 8F. RGB value is (254,255,143). Sum of RGB (Red+Green+Blue) = 254+255+143=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 143 (56.25% from 255 or 21.93% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFF8F is #010070. Grayscale: #F2F2F2. Windows color (decimal): -65649 or 9437182. OLE color: 9437182.
HSL color Cylindrical-coordinate representation of color #FEFF8F: hue angle of 60.54º 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 #FEFF8F is Cyan = 0.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 143 | - |
| CMYK | 0.00 | 0 | 0.44 | 0 |
| HSL | 60.54º | 1% | 0.78% | - |
| HSV(B) | 60.54º | 0.44% | 1% | - |
| XYZ | 81.59 | 94.57 | 39.94 | - |
| YUV | 241.93 | 72.17 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 143 | 0.00 | 0 | 0.44 | 0 | 60.54 | 1 | 0.78 |
| Hex | FE | FF | 8F | 0 | 0 | 2C | 0 | 3D | 64 | 4E |
| Octal | 376 | 377 | 217 | 0 | 0 | 54 | 0 | 75 | 144 | 116 |
| Binary | 11111110 | 11111111 | 10001111 | 0 | 0 | 101100 | 0 | 111101 | 1100100 | 1001110 |
Color Harmonies of #FEFF8F
Complementary color
Monochromatic Colors of #FEFF8F
Black with #FEFF8F
Text Example
Text Example
White with #FEFF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF8F; }
p { color: rgb(254,255,143); }
H1.HeaderClassName
{
color: #FEFF8F;
}
.AnyTagClassName
{
color: #FEFF8F;
}
</style>
background-color css
<style>
a { background-color: #FEFF8F; }
a { background-color: rgb(254,255,143); }
div.DivClassName
{
background-color: #FEFF8F;
}
.BgClassName
{
background-color: #FEFF8F;
}
</style>
border-color css
<style>
span { border-color: #FEFF8F; }
span { border-color: rgb(254,255,143); }
td.TdClassName
{
border-color: #FEFF8F;
}
.TagClassName
{
border-color: #FEFF8F;
}
</style>