Shades of Canary #FAFF9C
Tints of Canary #FAFF9C
RGB
CMYK
RGB Variations
Color information
#FAFF9C (or 0xFAFF9C) is known color: Canary. HEX triplet: FA, FF and 9C. RGB value is (250,255,156). Sum of RGB (Red+Green+Blue) = 250+255+156=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 156 (61.33% from 255 or 23.60% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFF9C is #050063. Grayscale: #F2F2F2. Windows color (decimal): -327780 or 10289146. OLE color: 10289146.
HSL color Cylindrical-coordinate representation of color #FAFF9C: hue angle of 63.03º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FAFF9C is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 156 | - |
| CMYK | 0.02 | 0 | 0.39 | 0 |
| HSL | 63.03º | 1% | 0.81% | - |
| HSV(B) | 63.03º | 0.39% | 1% | - |
| XYZ | 81.19 | 94.24 | 45.36 | - |
| YUV | 242.22 | 79.34 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 156 | 0.02 | 0 | 0.39 | 0 | 63.03 | 1 | 0.81 |
| Hex | FA | FF | 9C | 2 | 0 | 27 | 0 | 3F | 64 | 51 |
| Octal | 372 | 377 | 234 | 2 | 0 | 47 | 0 | 77 | 144 | 121 |
| Binary | 11111010 | 11111111 | 10011100 | 10 | 0 | 100111 | 0 | 111111 | 1100100 | 1010001 |
Color Harmonies of #FAFF9C
Complementary color
Monochromatic Colors of #FAFF9C
Black with #FAFF9C
Text Example
Text Example
White with #FAFF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF9C; }
p { color: rgb(250,255,156); }
H1.HeaderClassName
{
color: #FAFF9C;
}
.AnyTagClassName
{
color: #FAFF9C;
}
</style>
background-color css
<style>
a { background-color: #FAFF9C; }
a { background-color: rgb(250,255,156); }
div.DivClassName
{
background-color: #FAFF9C;
}
.BgClassName
{
background-color: #FAFF9C;
}
</style>
border-color css
<style>
span { border-color: #FAFF9C; }
span { border-color: rgb(250,255,156); }
td.TdClassName
{
border-color: #FAFF9C;
}
.TagClassName
{
border-color: #FAFF9C;
}
</style>