Shades of Canary #FEFF8A
Tints of Canary #FEFF8A
RGB
CMYK
RGB Variations
Color information
#FEFF8A (or 0xFEFF8A) is known color: Canary. HEX triplet: FE, FF and 8A. RGB value is (254,255,138). Sum of RGB (Red+Green+Blue) = 254+255+138=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 138 (54.30% from 255 or 21.33% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFF8A is #010075. Grayscale: #F1F1F1. Windows color (decimal): -65654 or 9109502. OLE color: 9109502.
HSL color Cylindrical-coordinate representation of color #FEFF8A: hue angle of 60.51º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FEFF8A is Cyan = 0.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 138 | - |
| CMYK | 0.00 | 0 | 0.46 | 0 |
| HSL | 60.51º | 1% | 0.77% | - |
| HSV(B) | 60.51º | 0.46% | 1% | - |
| XYZ | 81.22 | 94.43 | 37.99 | - |
| YUV | 241.36 | 69.67 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 138 | 0.00 | 0 | 0.46 | 0 | 60.51 | 1 | 0.77 |
| Hex | FE | FF | 8A | 0 | 0 | 2E | 0 | 3D | 64 | 4D |
| Octal | 376 | 377 | 212 | 0 | 0 | 56 | 0 | 75 | 144 | 115 |
| Binary | 11111110 | 11111111 | 10001010 | 0 | 0 | 101110 | 0 | 111101 | 1100100 | 1001101 |
Color Harmonies of #FEFF8A
Complementary color
Monochromatic Colors of #FEFF8A
Black with #FEFF8A
Text Example
Text Example
White with #FEFF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF8A; }
p { color: rgb(254,255,138); }
H1.HeaderClassName
{
color: #FEFF8A;
}
.AnyTagClassName
{
color: #FEFF8A;
}
</style>
background-color css
<style>
a { background-color: #FEFF8A; }
a { background-color: rgb(254,255,138); }
div.DivClassName
{
background-color: #FEFF8A;
}
.BgClassName
{
background-color: #FEFF8A;
}
</style>
border-color css
<style>
span { border-color: #FEFF8A; }
span { border-color: rgb(254,255,138); }
td.TdClassName
{
border-color: #FEFF8A;
}
.TagClassName
{
border-color: #FEFF8A;
}
</style>