Shades of Canary #FAFF8C
Tints of Canary #FAFF8C
RGB
CMYK
RGB Variations
Color information
#FAFF8C (or 0xFAFF8C) is known color: Canary. HEX triplet: FA, FF and 8C. RGB value is (250,255,140). Sum of RGB (Red+Green+Blue) = 250+255+140=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 140 (55.08% from 255 or 21.71% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFF8C is #050073. Grayscale: #F0F0F0. Windows color (decimal): -327796 or 9240570. OLE color: 9240570.
HSL color Cylindrical-coordinate representation of color #FAFF8C: hue angle of 62.61º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FAFF8C is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 140 | - |
| CMYK | 0.02 | 0 | 0.45 | 0 |
| HSL | 62.61º | 1% | 0.77% | - |
| HSV(B) | 62.61º | 0.45% | 1% | - |
| XYZ | 79.92 | 93.74 | 38.69 | - |
| YUV | 240.4 | 71.34 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 140 | 0.02 | 0 | 0.45 | 0 | 62.61 | 1 | 0.77 |
| Hex | FA | FF | 8C | 2 | 0 | 2D | 0 | 3F | 64 | 4D |
| Octal | 372 | 377 | 214 | 2 | 0 | 55 | 0 | 77 | 144 | 115 |
| Binary | 11111010 | 11111111 | 10001100 | 10 | 0 | 101101 | 0 | 111111 | 1100100 | 1001101 |
Color Harmonies of #FAFF8C
Complementary color
Monochromatic Colors of #FAFF8C
Black with #FAFF8C
Text Example
Text Example
White with #FAFF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF8C; }
p { color: rgb(250,255,140); }
H1.HeaderClassName
{
color: #FAFF8C;
}
.AnyTagClassName
{
color: #FAFF8C;
}
</style>
background-color css
<style>
a { background-color: #FAFF8C; }
a { background-color: rgb(250,255,140); }
div.DivClassName
{
background-color: #FAFF8C;
}
.BgClassName
{
background-color: #FAFF8C;
}
</style>
border-color css
<style>
span { border-color: #FAFF8C; }
span { border-color: rgb(250,255,140); }
td.TdClassName
{
border-color: #FAFF8C;
}
.TagClassName
{
border-color: #FAFF8C;
}
</style>