Shades of Canary #FAFC9A
Tints of Canary #FAFC9A
RGB
CMYK
RGB Variations
Color information
#FAFC9A (or 0xFAFC9A) is known color: Canary. HEX triplet: FA, FC and 9A. RGB value is (250,252,154). Sum of RGB (Red+Green+Blue) = 250+252+154=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 252 (98.83% from 255 or 38.41% from 656); Blue value is 154 (60.55% from 255 or 23.48% from 656); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFC9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFC9A is #050365. Grayscale: #F0F0F0. Windows color (decimal): -328550 or 10157306. OLE color: 10157306.
HSL color Cylindrical-coordinate representation of color #FAFC9A: hue angle of 61.22º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FAFC9A is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 252 | 154 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.01 |
| HSL | 61.22º | 0.94% | 0.8% | - |
| HSV(B) | 61.22º | 0.39% | 0.99% | - |
| XYZ | 80.07 | 92.28 | 44.16 | - |
| YUV | 240.23 | 79.34 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 252 | 154 | 0.01 | 0 | 0.39 | 0.01 | 61.22 | 0.94 | 0.8 |
| Hex | FA | FC | 9A | 1 | 0 | 27 | 1 | 3D | 5E | 50 |
| Octal | 372 | 374 | 232 | 1 | 0 | 47 | 1 | 75 | 136 | 120 |
| Binary | 11111010 | 11111100 | 10011010 | 1 | 0 | 100111 | 1 | 111101 | 1011110 | 1010000 |
Color Harmonies of #FAFC9A
Complementary color
Monochromatic Colors of #FAFC9A
Black with #FAFC9A
Text Example
Text Example
White with #FAFC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFC9A; }
p { color: rgb(250,252,154); }
H1.HeaderClassName
{
color: #FAFC9A;
}
.AnyTagClassName
{
color: #FAFC9A;
}
</style>
background-color css
<style>
a { background-color: #FAFC9A; }
a { background-color: rgb(250,252,154); }
div.DivClassName
{
background-color: #FAFC9A;
}
.BgClassName
{
background-color: #FAFC9A;
}
</style>
border-color css
<style>
span { border-color: #FAFC9A; }
span { border-color: rgb(250,252,154); }
td.TdClassName
{
border-color: #FAFC9A;
}
.TagClassName
{
border-color: #FAFC9A;
}
</style>