Shades of Canary #FCFC98
Tints of Canary #FCFC98
RGB
CMYK
RGB Variations
Color information
#FCFC98 (or 0xFCFC98) is known color: Canary. HEX triplet: FC, FC and 98. RGB value is (252,252,152). Sum of RGB (Red+Green+Blue) = 252+252+152=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 252 (98.83% from 255 or 38.41% from 656); Blue value is 152 (59.77% from 255 or 23.17% from 656); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFC98 is #030367. Grayscale: #F0F0F0. Windows color (decimal): -197480 or 10026236. OLE color: 10026236.
HSL color Cylindrical-coordinate representation of color #FCFC98: hue angle of 60º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCFC98 is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 152 | - |
| CMYK | 0 | 0 | 0.40 | 0.01 |
| HSL | 60º | 0.94% | 0.79% | - |
| HSV(B) | 60º | 0.4% | 0.99% | - |
| XYZ | 80.62 | 92.58 | 43.33 | - |
| YUV | 240.6 | 78 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 152 | 0 | 0 | 0.40 | 0.01 | 60 | 0.94 | 0.79 |
| Hex | FC | FC | 98 | 0 | 0 | 28 | 1 | 3C | 5E | 4F |
| Octal | 374 | 374 | 230 | 0 | 0 | 50 | 1 | 74 | 136 | 117 |
| Binary | 11111100 | 11111100 | 10011000 | 0 | 0 | 101000 | 1 | 111100 | 1011110 | 1001111 |
Color Harmonies of #FCFC98
Complementary color
Monochromatic Colors of #FCFC98
Black with #FCFC98
Text Example
Text Example
White with #FCFC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFC98; }
p { color: rgb(252,252,152); }
H1.HeaderClassName
{
color: #FCFC98;
}
.AnyTagClassName
{
color: #FCFC98;
}
</style>
background-color css
<style>
a { background-color: #FCFC98; }
a { background-color: rgb(252,252,152); }
div.DivClassName
{
background-color: #FCFC98;
}
.BgClassName
{
background-color: #FCFC98;
}
</style>
border-color css
<style>
span { border-color: #FCFC98; }
span { border-color: rgb(252,252,152); }
td.TdClassName
{
border-color: #FCFC98;
}
.TagClassName
{
border-color: #FCFC98;
}
</style>