Shades of Canary #FFFE8E
Tints of Canary #FFFE8E
RGB
CMYK
RGB Variations
Color information
#FFFE8E (or 0xFFFE8E) is known color: Canary. HEX triplet: FF, FE and 8E. RGB value is (255,254,142). Sum of RGB (Red+Green+Blue) = 255+254+142=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 142 (55.86% from 255 or 21.81% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFE8E is #000171. Grayscale: #F1F1F1. Windows color (decimal): -370 or 9371391. OLE color: 9371391.
HSL color Cylindrical-coordinate representation of color #FFFE8E: hue angle of 59.47º 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 #FFFE8E is Cyan = 0, Magento = 0.00, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 142 | - |
| CMYK | 0 | 0.00 | 0.44 | 0 |
| HSL | 59.47º | 1% | 0.78% | - |
| HSV(B) | 59.47º | 0.44% | 1% | - |
| XYZ | 81.56 | 94.1 | 39.45 | - |
| YUV | 241.53 | 71.83 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 142 | 0 | 0.00 | 0.44 | 0 | 59.47 | 1 | 0.78 |
| Hex | FF | FE | 8E | 0 | 0 | 2C | 0 | 3B | 64 | 4E |
| Octal | 377 | 376 | 216 | 0 | 0 | 54 | 0 | 73 | 144 | 116 |
| Binary | 11111111 | 11111110 | 10001110 | 0 | 0 | 101100 | 0 | 111011 | 1100100 | 1001110 |
Color Harmonies of #FFFE8E
Complementary color
Monochromatic Colors of #FFFE8E
Black with #FFFE8E
Text Example
Text Example
White with #FFFE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFE8E; }
p { color: rgb(255,254,142); }
H1.HeaderClassName
{
color: #FFFE8E;
}
.AnyTagClassName
{
color: #FFFE8E;
}
</style>
background-color css
<style>
a { background-color: #FFFE8E; }
a { background-color: rgb(255,254,142); }
div.DivClassName
{
background-color: #FFFE8E;
}
.BgClassName
{
background-color: #FFFE8E;
}
</style>
border-color css
<style>
span { border-color: #FFFE8E; }
span { border-color: rgb(255,254,142); }
td.TdClassName
{
border-color: #FFFE8E;
}
.TagClassName
{
border-color: #FFFE8E;
}
</style>