Shades of Canary #FEFF8C
Tints of Canary #FEFF8C
RGB
CMYK
RGB Variations
Color information
#FEFF8C (or 0xFEFF8C) is known color: Canary. HEX triplet: FE, FF and 8C. RGB value is (254,255,140). Sum of RGB (Red+Green+Blue) = 254+255+140=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 140 (55.08% from 255 or 21.57% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFF8C is #010073. Grayscale: #F2F2F2. Windows color (decimal): -65652 or 9240574. OLE color: 9240574.
HSL color Cylindrical-coordinate representation of color #FEFF8C: hue angle of 60.52º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FEFF8C is Cyan = 0.00, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 140 | - |
| CMYK | 0.00 | 0 | 0.45 | 0 |
| HSL | 60.52º | 1% | 0.77% | - |
| HSV(B) | 60.52º | 0.45% | 1% | - |
| XYZ | 81.37 | 94.48 | 38.76 | - |
| YUV | 241.59 | 70.67 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 140 | 0.00 | 0 | 0.45 | 0 | 60.52 | 1 | 0.77 |
| Hex | FE | FF | 8C | 0 | 0 | 2D | 0 | 3D | 64 | 4D |
| Octal | 376 | 377 | 214 | 0 | 0 | 55 | 0 | 75 | 144 | 115 |
| Binary | 11111110 | 11111111 | 10001100 | 0 | 0 | 101101 | 0 | 111101 | 1100100 | 1001101 |
Color Harmonies of #FEFF8C
Complementary color
Monochromatic Colors of #FEFF8C
Black with #FEFF8C
Text Example
Text Example
White with #FEFF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF8C; }
p { color: rgb(254,255,140); }
H1.HeaderClassName
{
color: #FEFF8C;
}
.AnyTagClassName
{
color: #FEFF8C;
}
</style>
background-color css
<style>
a { background-color: #FEFF8C; }
a { background-color: rgb(254,255,140); }
div.DivClassName
{
background-color: #FEFF8C;
}
.BgClassName
{
background-color: #FEFF8C;
}
</style>
border-color css
<style>
span { border-color: #FEFF8C; }
span { border-color: rgb(254,255,140); }
td.TdClassName
{
border-color: #FEFF8C;
}
.TagClassName
{
border-color: #FEFF8C;
}
</style>