Shades of Canary #FAFA96
Tints of Canary #FAFA96
RGB
CMYK
RGB Variations
Color information
#FAFA96 (or 0xFAFA96) is known color: Canary. HEX triplet: FA, FA and 96. RGB value is (250,250,150). Sum of RGB (Red+Green+Blue) = 250+250+150=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 150 (58.98% from 255 or 23.08% from 650); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFA96 is #050569. Grayscale: #EFEFEF. Windows color (decimal): -329066 or 9894650. OLE color: 9894650.
HSL color Cylindrical-coordinate representation of color #FAFA96: hue angle of 60º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAFA96 is Cyan = 0, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 150 | - |
| CMYK | 0 | 0 | 0.4 | 0.02 |
| HSL | 60º | 0.91% | 0.78% | - |
| HSV(B) | 60º | 0.4% | 0.98% | - |
| XYZ | 79.11 | 90.9 | 42.23 | - |
| YUV | 238.6 | 78 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 150 | 0 | 0 | 0.4 | 0.02 | 60 | 0.91 | 0.78 |
| Hex | FA | FA | 96 | 0 | 0 | 28 | 2 | 3C | 5B | 4E |
| Octal | 372 | 372 | 226 | 0 | 0 | 50 | 2 | 74 | 133 | 116 |
| Binary | 11111010 | 11111010 | 10010110 | 0 | 0 | 101000 | 10 | 111100 | 1011011 | 1001110 |
Color Harmonies of #FAFA96
Complementary color
Monochromatic Colors of #FAFA96
Black with #FAFA96
Text Example
Text Example
White with #FAFA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFA96; }
p { color: rgb(250,250,150); }
H1.HeaderClassName
{
color: #FAFA96;
}
.AnyTagClassName
{
color: #FAFA96;
}
</style>
background-color css
<style>
a { background-color: #FAFA96; }
a { background-color: rgb(250,250,150); }
div.DivClassName
{
background-color: #FAFA96;
}
.BgClassName
{
background-color: #FAFA96;
}
</style>
border-color css
<style>
span { border-color: #FAFA96; }
span { border-color: rgb(250,250,150); }
td.TdClassName
{
border-color: #FAFA96;
}
.TagClassName
{
border-color: #FAFA96;
}
</style>