Shades of Canary #FAFF90
Tints of Canary #FAFF90
RGB
CMYK
RGB Variations
Color information
#FAFF90 (or 0xFAFF90) is known color: Canary. HEX triplet: FA, FF and 90. RGB value is (250,255,144). Sum of RGB (Red+Green+Blue) = 250+255+144=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 144 (56.64% from 255 or 22.19% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFF90 is #05006F. Grayscale: #F1F1F1. Windows color (decimal): -327792 or 9502714. OLE color: 9502714.
HSL color Cylindrical-coordinate representation of color #FAFF90: hue angle of 62.7º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAFF90 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 144 | - |
| CMYK | 0.02 | 0 | 0.44 | 0 |
| HSL | 62.7º | 1% | 0.78% | - |
| HSV(B) | 62.7º | 0.44% | 1% | - |
| XYZ | 80.22 | 93.86 | 40.27 | - |
| YUV | 240.85 | 73.34 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 144 | 0.02 | 0 | 0.44 | 0 | 62.7 | 1 | 0.78 |
| Hex | FA | FF | 90 | 2 | 0 | 2C | 0 | 3F | 64 | 4E |
| Octal | 372 | 377 | 220 | 2 | 0 | 54 | 0 | 77 | 144 | 116 |
| Binary | 11111010 | 11111111 | 10010000 | 10 | 0 | 101100 | 0 | 111111 | 1100100 | 1001110 |
Color Harmonies of #FAFF90
Complementary color
Monochromatic Colors of #FAFF90
Black with #FAFF90
Text Example
Text Example
White with #FAFF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF90; }
p { color: rgb(250,255,144); }
H1.HeaderClassName
{
color: #FAFF90;
}
.AnyTagClassName
{
color: #FAFF90;
}
</style>
background-color css
<style>
a { background-color: #FAFF90; }
a { background-color: rgb(250,255,144); }
div.DivClassName
{
background-color: #FAFF90;
}
.BgClassName
{
background-color: #FAFF90;
}
</style>
border-color css
<style>
span { border-color: #FAFF90; }
span { border-color: rgb(250,255,144); }
td.TdClassName
{
border-color: #FAFF90;
}
.TagClassName
{
border-color: #FAFF90;
}
</style>