Shades of Canary #FDFE8D
Tints of Canary #FDFE8D
RGB
CMYK
RGB Variations
Color information
#FDFE8D (or 0xFDFE8D) is known color: Canary. HEX triplet: FD, FE and 8D. RGB value is (253,254,141). Sum of RGB (Red+Green+Blue) = 253+254+141=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 254 (99.61% from 255 or 39.20% from 648); Blue value is 141 (55.47% from 255 or 21.76% from 648); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFE8D is #020172. Grayscale: #F1F1F1. Windows color (decimal): -131443 or 9305853. OLE color: 9305853.
HSL color Cylindrical-coordinate representation of color #FDFE8D: hue angle of 60.53º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDFE8D is Cyan = 0.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 141 | - |
| CMYK | 0.00 | 0 | 0.44 | 0.00 |
| HSL | 60.53º | 0.98% | 0.77% | - |
| HSV(B) | 60.53º | 0.44% | 1% | - |
| XYZ | 80.76 | 93.69 | 39.03 | - |
| YUV | 240.82 | 71.67 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 141 | 0.00 | 0 | 0.44 | 0.00 | 60.53 | 0.98 | 0.77 |
| Hex | FD | FE | 8D | 0 | 0 | 2C | 0 | 3D | 62 | 4D |
| Octal | 375 | 376 | 215 | 0 | 0 | 54 | 0 | 75 | 142 | 115 |
| Binary | 11111101 | 11111110 | 10001101 | 0 | 0 | 101100 | 0 | 111101 | 1100010 | 1001101 |
Color Harmonies of #FDFE8D
Complementary color
Monochromatic Colors of #FDFE8D
Black with #FDFE8D
Text Example
Text Example
White with #FDFE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFE8D; }
p { color: rgb(253,254,141); }
H1.HeaderClassName
{
color: #FDFE8D;
}
.AnyTagClassName
{
color: #FDFE8D;
}
</style>
background-color css
<style>
a { background-color: #FDFE8D; }
a { background-color: rgb(253,254,141); }
div.DivClassName
{
background-color: #FDFE8D;
}
.BgClassName
{
background-color: #FDFE8D;
}
</style>
border-color css
<style>
span { border-color: #FDFE8D; }
span { border-color: rgb(253,254,141); }
td.TdClassName
{
border-color: #FDFE8D;
}
.TagClassName
{
border-color: #FDFE8D;
}
</style>