Shades of Canary #FEFE8C
Tints of Canary #FEFE8C
RGB
CMYK
RGB Variations
Color information
#FEFE8C (or 0xFEFE8C) is known color: Canary. HEX triplet: FE, FE and 8C. RGB value is (254,254,140). Sum of RGB (Red+Green+Blue) = 254+254+140=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 254 (99.61% from 255 or 39.20% from 648); Blue value is 140 (55.08% from 255 or 21.60% from 648); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFE8C is #010173. Grayscale: #F1F1F1. Windows color (decimal): -65908 or 9240318. OLE color: 9240318.
HSL color Cylindrical-coordinate representation of color #FEFE8C: hue angle of 60º 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 #FEFE8C is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 140 | - |
| CMYK | 0 | 0 | 0.45 | 0.00 |
| HSL | 60º | 0.98% | 0.77% | - |
| HSV(B) | 60º | 0.45% | 1% | - |
| XYZ | 81.05 | 93.85 | 38.65 | - |
| YUV | 241 | 71 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 140 | 0 | 0 | 0.45 | 0.00 | 60 | 0.98 | 0.77 |
| Hex | FE | FE | 8C | 0 | 0 | 2D | 0 | 3C | 62 | 4D |
| Octal | 376 | 376 | 214 | 0 | 0 | 55 | 0 | 74 | 142 | 115 |
| Binary | 11111110 | 11111110 | 10001100 | 0 | 0 | 101101 | 0 | 111100 | 1100010 | 1001101 |
Color Harmonies of #FEFE8C
Complementary color
Monochromatic Colors of #FEFE8C
Black with #FEFE8C
Text Example
Text Example
White with #FEFE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFE8C; }
p { color: rgb(254,254,140); }
H1.HeaderClassName
{
color: #FEFE8C;
}
.AnyTagClassName
{
color: #FEFE8C;
}
</style>
background-color css
<style>
a { background-color: #FEFE8C; }
a { background-color: rgb(254,254,140); }
div.DivClassName
{
background-color: #FEFE8C;
}
.BgClassName
{
background-color: #FEFE8C;
}
</style>
border-color css
<style>
span { border-color: #FEFE8C; }
span { border-color: rgb(254,254,140); }
td.TdClassName
{
border-color: #FEFE8C;
}
.TagClassName
{
border-color: #FEFE8C;
}
</style>