Shades of Canary #FCFB9A
Tints of Canary #FCFB9A
RGB
CMYK
RGB Variations
Color information
#FCFB9A (or 0xFCFB9A) is known color: Canary. HEX triplet: FC, FB and 9A. RGB value is (252,251,154). Sum of RGB (Red+Green+Blue) = 252+251+154=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 251 (98.44% from 255 or 38.20% from 657); Blue value is 154 (60.55% from 255 or 23.44% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFB9A is #030465. Grayscale: #F0F0F0. Windows color (decimal): -197734 or 10157052. OLE color: 10157052.
HSL color Cylindrical-coordinate representation of color #FCFB9A: hue angle of 59.39º 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 #FCFB9A is Cyan = 0, Magento = 0.00, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 154 | - |
| CMYK | 0 | 0.00 | 0.39 | 0.01 |
| HSL | 59.39º | 0.94% | 0.8% | - |
| HSV(B) | 59.39º | 0.39% | 0.99% | - |
| XYZ | 80.47 | 92.02 | 44.09 | - |
| YUV | 240.24 | 79.33 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 154 | 0 | 0.00 | 0.39 | 0.01 | 59.39 | 0.94 | 0.8 |
| Hex | FC | FB | 9A | 0 | 0 | 27 | 1 | 3B | 5E | 50 |
| Octal | 374 | 373 | 232 | 0 | 0 | 47 | 1 | 73 | 136 | 120 |
| Binary | 11111100 | 11111011 | 10011010 | 0 | 0 | 100111 | 1 | 111011 | 1011110 | 1010000 |
Color Harmonies of #FCFB9A
Complementary color
Monochromatic Colors of #FCFB9A
Black with #FCFB9A
Text Example
Text Example
White with #FCFB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFB9A; }
p { color: rgb(252,251,154); }
H1.HeaderClassName
{
color: #FCFB9A;
}
.AnyTagClassName
{
color: #FCFB9A;
}
</style>
background-color css
<style>
a { background-color: #FCFB9A; }
a { background-color: rgb(252,251,154); }
div.DivClassName
{
background-color: #FCFB9A;
}
.BgClassName
{
background-color: #FCFB9A;
}
</style>
border-color css
<style>
span { border-color: #FCFB9A; }
span { border-color: rgb(252,251,154); }
td.TdClassName
{
border-color: #FCFB9A;
}
.TagClassName
{
border-color: #FCFB9A;
}
</style>