Shades of Canary #FFFE8D
Tints of Canary #FFFE8D
RGB
CMYK
RGB Variations
Color information
#FFFE8D (or 0xFFFE8D) is known color: Canary. HEX triplet: FF, FE and 8D. RGB value is (255,254,141). Sum of RGB (Red+Green+Blue) = 255+254+141=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 141 (55.47% from 255 or 21.69% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFE8D is #000172. Grayscale: #F1F1F1. Windows color (decimal): -371 or 9305855. OLE color: 9305855.
HSL color Cylindrical-coordinate representation of color #FFFE8D: hue angle of 59.47º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFFE8D is Cyan = 0, Magento = 0.00, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 141 | - |
| CMYK | 0 | 0.00 | 0.45 | 0 |
| HSL | 59.47º | 1% | 0.78% | - |
| HSV(B) | 59.47º | 0.45% | 1% | - |
| XYZ | 81.49 | 94.07 | 39.06 | - |
| YUV | 241.42 | 71.33 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 141 | 0 | 0.00 | 0.45 | 0 | 59.47 | 1 | 0.78 |
| Hex | FF | FE | 8D | 0 | 0 | 2D | 0 | 3B | 64 | 4E |
| Octal | 377 | 376 | 215 | 0 | 0 | 55 | 0 | 73 | 144 | 116 |
| Binary | 11111111 | 11111110 | 10001101 | 0 | 0 | 101101 | 0 | 111011 | 1100100 | 1001110 |
Color Harmonies of #FFFE8D
Complementary color
Monochromatic Colors of #FFFE8D
Black with #FFFE8D
Text Example
Text Example
White with #FFFE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFE8D; }
p { color: rgb(255,254,141); }
H1.HeaderClassName
{
color: #FFFE8D;
}
.AnyTagClassName
{
color: #FFFE8D;
}
</style>
background-color css
<style>
a { background-color: #FFFE8D; }
a { background-color: rgb(255,254,141); }
div.DivClassName
{
background-color: #FFFE8D;
}
.BgClassName
{
background-color: #FFFE8D;
}
</style>
border-color css
<style>
span { border-color: #FFFE8D; }
span { border-color: rgb(255,254,141); }
td.TdClassName
{
border-color: #FFFE8D;
}
.TagClassName
{
border-color: #FFFE8D;
}
</style>