Shades of Canary #FEFA9B
Tints of Canary #FEFA9B
RGB
CMYK
RGB Variations
Color information
#FEFA9B (or 0xFEFA9B) is known color: Canary. HEX triplet: FE, FA and 9B. RGB value is (254,250,155). Sum of RGB (Red+Green+Blue) = 254+250+155=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 250 (98.05% from 255 or 37.94% from 659); Blue value is 155 (60.94% from 255 or 23.52% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFA9B is #010564. Grayscale: #F0F0F0. Windows color (decimal): -66917 or 10222334. OLE color: 10222334.
HSL color Cylindrical-coordinate representation of color #FEFA9B: hue angle of 57.58º 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 #FEFA9B is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 155 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.00 |
| HSL | 57.58º | 0.98% | 0.8% | - |
| HSV(B) | 57.58º | 0.39% | 1% | - |
| XYZ | 80.98 | 91.81 | 44.46 | - |
| YUV | 240.37 | 79.83 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 155 | 0 | 0.02 | 0.39 | 0.00 | 57.58 | 0.98 | 0.8 |
| Hex | FE | FA | 9B | 0 | 2 | 27 | 0 | 3A | 62 | 50 |
| Octal | 376 | 372 | 233 | 0 | 2 | 47 | 0 | 72 | 142 | 120 |
| Binary | 11111110 | 11111010 | 10011011 | 0 | 10 | 100111 | 0 | 111010 | 1100010 | 1010000 |
Color Harmonies of #FEFA9B
Complementary color
Monochromatic Colors of #FEFA9B
Black with #FEFA9B
Text Example
Text Example
White with #FEFA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA9B; }
p { color: rgb(254,250,155); }
H1.HeaderClassName
{
color: #FEFA9B;
}
.AnyTagClassName
{
color: #FEFA9B;
}
</style>
background-color css
<style>
a { background-color: #FEFA9B; }
a { background-color: rgb(254,250,155); }
div.DivClassName
{
background-color: #FEFA9B;
}
.BgClassName
{
background-color: #FEFA9B;
}
</style>
border-color css
<style>
span { border-color: #FEFA9B; }
span { border-color: rgb(254,250,155); }
td.TdClassName
{
border-color: #FEFA9B;
}
.TagClassName
{
border-color: #FEFA9B;
}
</style>