Shades of Canary #FEFA92
Tints of Canary #FEFA92
RGB
CMYK
RGB Variations
Color information
#FEFA92 (or 0xFEFA92) is known color: Canary. HEX triplet: FE, FA and 92. RGB value is (254,250,146). Sum of RGB (Red+Green+Blue) = 254+250+146=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 146 (57.42% from 255 or 22.46% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA92 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFA92 is #01056D. Grayscale: #EFEFEF. Windows color (decimal): -66926 or 9632510. OLE color: 9632510.
HSL color Cylindrical-coordinate representation of color #FEFA92: hue angle of 57.78º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FEFA92 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 146 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.00 |
| HSL | 57.78º | 0.98% | 0.78% | - |
| HSV(B) | 57.78º | 0.43% | 1% | - |
| XYZ | 80.25 | 91.52 | 40.63 | - |
| YUV | 239.34 | 75.33 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 146 | 0 | 0.02 | 0.43 | 0.00 | 57.78 | 0.98 | 0.78 |
| Hex | FE | FA | 92 | 0 | 2 | 2B | 0 | 3A | 62 | 4E |
| Octal | 376 | 372 | 222 | 0 | 2 | 53 | 0 | 72 | 142 | 116 |
| Binary | 11111110 | 11111010 | 10010010 | 0 | 10 | 101011 | 0 | 111010 | 1100010 | 1001110 |
Color Harmonies of #FEFA92
Complementary color
Monochromatic Colors of #FEFA92
Black with #FEFA92
Text Example
Text Example
White with #FEFA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA92; }
p { color: rgb(254,250,146); }
H1.HeaderClassName
{
color: #FEFA92;
}
.AnyTagClassName
{
color: #FEFA92;
}
</style>
background-color css
<style>
a { background-color: #FEFA92; }
a { background-color: rgb(254,250,146); }
div.DivClassName
{
background-color: #FEFA92;
}
.BgClassName
{
background-color: #FEFA92;
}
</style>
border-color css
<style>
span { border-color: #FEFA92; }
span { border-color: rgb(254,250,146); }
td.TdClassName
{
border-color: #FEFA92;
}
.TagClassName
{
border-color: #FEFA92;
}
</style>