Shades of Canary #FEFF8B
Tints of Canary #FEFF8B
RGB
CMYK
RGB Variations
Color information
#FEFF8B (or 0xFEFF8B) is known color: Canary. HEX triplet: FE, FF and 8B. RGB value is (254,255,139). Sum of RGB (Red+Green+Blue) = 254+255+139=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 139 (54.69% from 255 or 21.45% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFF8B is #010074. Grayscale: #F1F1F1. Windows color (decimal): -65653 or 9175038. OLE color: 9175038.
HSL color Cylindrical-coordinate representation of color #FEFF8B: 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 #FEFF8B is Cyan = 0.00, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 139 | - |
| CMYK | 0.00 | 0 | 0.45 | 0 |
| HSL | 60.52º | 1% | 0.77% | - |
| HSV(B) | 60.52º | 0.45% | 1% | - |
| XYZ | 81.29 | 94.45 | 38.37 | - |
| YUV | 241.48 | 70.17 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 139 | 0.00 | 0 | 0.45 | 0 | 60.52 | 1 | 0.77 |
| Hex | FE | FF | 8B | 0 | 0 | 2D | 0 | 3D | 64 | 4D |
| Octal | 376 | 377 | 213 | 0 | 0 | 55 | 0 | 75 | 144 | 115 |
| Binary | 11111110 | 11111111 | 10001011 | 0 | 0 | 101101 | 0 | 111101 | 1100100 | 1001101 |
Color Harmonies of #FEFF8B
Complementary color
Monochromatic Colors of #FEFF8B
Black with #FEFF8B
Text Example
Text Example
White with #FEFF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF8B; }
p { color: rgb(254,255,139); }
H1.HeaderClassName
{
color: #FEFF8B;
}
.AnyTagClassName
{
color: #FEFF8B;
}
</style>
background-color css
<style>
a { background-color: #FEFF8B; }
a { background-color: rgb(254,255,139); }
div.DivClassName
{
background-color: #FEFF8B;
}
.BgClassName
{
background-color: #FEFF8B;
}
</style>
border-color css
<style>
span { border-color: #FEFF8B; }
span { border-color: rgb(254,255,139); }
td.TdClassName
{
border-color: #FEFF8B;
}
.TagClassName
{
border-color: #FEFF8B;
}
</style>