Shades of Canary #FAFE92
Tints of Canary #FAFE92
RGB
CMYK
RGB Variations
Color information
#FAFE92 (or 0xFAFE92) is known color: Canary. HEX triplet: FA, FE and 92. RGB value is (250,254,146). Sum of RGB (Red+Green+Blue) = 250+254+146=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 146 (57.42% from 255 or 22.46% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE92 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFE92 is #05016D. Grayscale: #F0F0F0. Windows color (decimal): -328046 or 9633530. OLE color: 9633530.
HSL color Cylindrical-coordinate representation of color #FAFE92: hue angle of 62.22º 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 #FAFE92 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 146 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.00 |
| HSL | 62.22º | 0.98% | 0.78% | - |
| HSV(B) | 62.22º | 0.43% | 1% | - |
| XYZ | 80.05 | 93.28 | 40.98 | - |
| YUV | 240.49 | 74.67 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 146 | 0.02 | 0 | 0.43 | 0.00 | 62.22 | 0.98 | 0.78 |
| Hex | FA | FE | 92 | 2 | 0 | 2B | 0 | 3E | 62 | 4E |
| Octal | 372 | 376 | 222 | 2 | 0 | 53 | 0 | 76 | 142 | 116 |
| Binary | 11111010 | 11111110 | 10010010 | 10 | 0 | 101011 | 0 | 111110 | 1100010 | 1001110 |
Color Harmonies of #FAFE92
Complementary color
Monochromatic Colors of #FAFE92
Black with #FAFE92
Text Example
Text Example
White with #FAFE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE92; }
p { color: rgb(250,254,146); }
H1.HeaderClassName
{
color: #FAFE92;
}
.AnyTagClassName
{
color: #FAFE92;
}
</style>
background-color css
<style>
a { background-color: #FAFE92; }
a { background-color: rgb(250,254,146); }
div.DivClassName
{
background-color: #FAFE92;
}
.BgClassName
{
background-color: #FAFE92;
}
</style>
border-color css
<style>
span { border-color: #FAFE92; }
span { border-color: rgb(250,254,146); }
td.TdClassName
{
border-color: #FAFE92;
}
.TagClassName
{
border-color: #FAFE92;
}
</style>