Shades of Canary #FEFA9C
Tints of Canary #FEFA9C
RGB
CMYK
RGB Variations
Color information
#FEFA9C (or 0xFEFA9C) is known color: Canary. HEX triplet: FE, FA and 9C. RGB value is (254,250,156). Sum of RGB (Red+Green+Blue) = 254+250+156=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 250 (98.05% from 255 or 37.88% from 660); Blue value is 156 (61.33% from 255 or 23.64% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFA9C is #010563. Grayscale: #F0F0F0. Windows color (decimal): -66916 or 10287870. OLE color: 10287870.
HSL color Cylindrical-coordinate representation of color #FEFA9C: hue angle of 57.55º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FEFA9C is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 156 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.00 |
| HSL | 57.55º | 0.98% | 0.8% | - |
| HSV(B) | 57.55º | 0.39% | 1% | - |
| XYZ | 81.06 | 91.84 | 44.91 | - |
| YUV | 240.48 | 80.33 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 156 | 0 | 0.02 | 0.39 | 0.00 | 57.55 | 0.98 | 0.8 |
| Hex | FE | FA | 9C | 0 | 2 | 27 | 0 | 3A | 62 | 50 |
| Octal | 376 | 372 | 234 | 0 | 2 | 47 | 0 | 72 | 142 | 120 |
| Binary | 11111110 | 11111010 | 10011100 | 0 | 10 | 100111 | 0 | 111010 | 1100010 | 1010000 |
Color Harmonies of #FEFA9C
Complementary color
Monochromatic Colors of #FEFA9C
Black with #FEFA9C
Text Example
Text Example
White with #FEFA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA9C; }
p { color: rgb(254,250,156); }
H1.HeaderClassName
{
color: #FEFA9C;
}
.AnyTagClassName
{
color: #FEFA9C;
}
</style>
background-color css
<style>
a { background-color: #FEFA9C; }
a { background-color: rgb(254,250,156); }
div.DivClassName
{
background-color: #FEFA9C;
}
.BgClassName
{
background-color: #FEFA9C;
}
</style>
border-color css
<style>
span { border-color: #FEFA9C; }
span { border-color: rgb(254,250,156); }
td.TdClassName
{
border-color: #FEFA9C;
}
.TagClassName
{
border-color: #FEFA9C;
}
</style>