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