Shades of Canary #FDFE8C
Tints of Canary #FDFE8C
RGB
CMYK
RGB Variations
Color information
#FDFE8C (or 0xFDFE8C) is known color: Canary. HEX triplet: FD, FE and 8C. RGB value is (253,254,140). Sum of RGB (Red+Green+Blue) = 253+254+140=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 140 (55.08% from 255 or 21.64% from 647); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFE8C is #020173. Grayscale: #F1F1F1. Windows color (decimal): -131444 or 9240317. OLE color: 9240317.
HSL color Cylindrical-coordinate representation of color #FDFE8C: 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.45%. Process color model (Four color, CMYK) of #FDFE8C is Cyan = 0.00, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 140 | - |
| CMYK | 0.00 | 0 | 0.45 | 0.00 |
| HSL | 60.53º | 0.98% | 0.77% | - |
| HSV(B) | 60.53º | 0.45% | 1% | - |
| XYZ | 80.68 | 93.66 | 38.64 | - |
| YUV | 240.71 | 71.17 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 140 | 0.00 | 0 | 0.45 | 0.00 | 60.53 | 0.98 | 0.77 |
| Hex | FD | FE | 8C | 0 | 0 | 2D | 0 | 3D | 62 | 4D |
| Octal | 375 | 376 | 214 | 0 | 0 | 55 | 0 | 75 | 142 | 115 |
| Binary | 11111101 | 11111110 | 10001100 | 0 | 0 | 101101 | 0 | 111101 | 1100010 | 1001101 |
Color Harmonies of #FDFE8C
Complementary color
Monochromatic Colors of #FDFE8C
Black with #FDFE8C
Text Example
Text Example
White with #FDFE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFE8C; }
p { color: rgb(253,254,140); }
H1.HeaderClassName
{
color: #FDFE8C;
}
.AnyTagClassName
{
color: #FDFE8C;
}
</style>
background-color css
<style>
a { background-color: #FDFE8C; }
a { background-color: rgb(253,254,140); }
div.DivClassName
{
background-color: #FDFE8C;
}
.BgClassName
{
background-color: #FDFE8C;
}
</style>
border-color css
<style>
span { border-color: #FDFE8C; }
span { border-color: rgb(253,254,140); }
td.TdClassName
{
border-color: #FDFE8C;
}
.TagClassName
{
border-color: #FDFE8C;
}
</style>