Shades of Canary #FAFF9F
Tints of Canary #FAFF9F
RGB
CMYK
RGB Variations
Color information
#FAFF9F (or 0xFAFF9F) is known color: Canary. HEX triplet: FA, FF and 9F. RGB value is (250,255,159). Sum of RGB (Red+Green+Blue) = 250+255+159=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 159 (62.5% from 255 or 23.95% from 664); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFF9F is #050060. Grayscale: #F2F2F2. Windows color (decimal): -327777 or 10485754. OLE color: 10485754.
HSL color Cylindrical-coordinate representation of color #FAFF9F: hue angle of 63.12º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FAFF9F is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 159 | - |
| CMYK | 0.02 | 0 | 0.38 | 0 |
| HSL | 63.13º | 1% | 0.81% | - |
| HSV(B) | 63.13º | 0.38% | 1% | - |
| XYZ | 81.44 | 94.35 | 46.72 | - |
| YUV | 242.56 | 80.84 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 159 | 0.02 | 0 | 0.38 | 0 | 63.13 | 1 | 0.81 |
| Hex | FA | FF | 9F | 2 | 0 | 26 | 0 | 3F | 64 | 51 |
| Octal | 372 | 377 | 237 | 2 | 0 | 46 | 0 | 77 | 144 | 121 |
| Binary | 11111010 | 11111111 | 10011111 | 10 | 0 | 100110 | 0 | 111111 | 1100100 | 1010001 |
Color Harmonies of #FAFF9F
Complementary color
Monochromatic Colors of #FAFF9F
Black with #FAFF9F
Text Example
Text Example
White with #FAFF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF9F; }
p { color: rgb(250,255,159); }
H1.HeaderClassName
{
color: #FAFF9F;
}
.AnyTagClassName
{
color: #FAFF9F;
}
</style>
background-color css
<style>
a { background-color: #FAFF9F; }
a { background-color: rgb(250,255,159); }
div.DivClassName
{
background-color: #FAFF9F;
}
.BgClassName
{
background-color: #FAFF9F;
}
</style>
border-color css
<style>
span { border-color: #FAFF9F; }
span { border-color: rgb(250,255,159); }
td.TdClassName
{
border-color: #FAFF9F;
}
.TagClassName
{
border-color: #FAFF9F;
}
</style>