Shades of Canary #FAFE9A
Tints of Canary #FAFE9A
RGB
CMYK
RGB Variations
Color information
#FAFE9A (or 0xFAFE9A) is known color: Canary. HEX triplet: FA, FE and 9A. RGB value is (250,254,154). Sum of RGB (Red+Green+Blue) = 250+254+154=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 254 (99.61% from 255 or 38.60% from 658); Blue value is 154 (60.55% from 255 or 23.40% from 658); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFE9A is #050165. Grayscale: #F1F1F1. Windows color (decimal): -328038 or 10157818. OLE color: 10157818.
HSL color Cylindrical-coordinate representation of color #FAFE9A: hue angle of 62.4º 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 #FAFE9A is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 154 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.00 |
| HSL | 62.4º | 0.98% | 0.8% | - |
| HSV(B) | 62.4º | 0.39% | 1% | - |
| XYZ | 80.7 | 93.54 | 44.37 | - |
| YUV | 241.4 | 78.67 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 154 | 0.02 | 0 | 0.39 | 0.00 | 62.4 | 0.98 | 0.8 |
| Hex | FA | FE | 9A | 2 | 0 | 27 | 0 | 3E | 62 | 50 |
| Octal | 372 | 376 | 232 | 2 | 0 | 47 | 0 | 76 | 142 | 120 |
| Binary | 11111010 | 11111110 | 10011010 | 10 | 0 | 100111 | 0 | 111110 | 1100010 | 1010000 |
Color Harmonies of #FAFE9A
Complementary color
Monochromatic Colors of #FAFE9A
Black with #FAFE9A
Text Example
Text Example
White with #FAFE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE9A; }
p { color: rgb(250,254,154); }
H1.HeaderClassName
{
color: #FAFE9A;
}
.AnyTagClassName
{
color: #FAFE9A;
}
</style>
background-color css
<style>
a { background-color: #FAFE9A; }
a { background-color: rgb(250,254,154); }
div.DivClassName
{
background-color: #FAFE9A;
}
.BgClassName
{
background-color: #FAFE9A;
}
</style>
border-color css
<style>
span { border-color: #FAFE9A; }
span { border-color: rgb(250,254,154); }
td.TdClassName
{
border-color: #FAFE9A;
}
.TagClassName
{
border-color: #FAFE9A;
}
</style>