Shades of Canary #FCF998
Tints of Canary #FCF998
RGB
CMYK
RGB Variations
Color information
#FCF998 (or 0xFCF998) is known color: Canary. HEX triplet: FC, F9 and 98. RGB value is (252,249,152). Sum of RGB (Red+Green+Blue) = 252+249+152=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 249 (97.66% from 255 or 38.13% from 653); Blue value is 152 (59.77% from 255 or 23.28% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF998 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF998 is #030667. Grayscale: #EFEFEF. Windows color (decimal): -198248 or 10025468. OLE color: 10025468.
HSL color Cylindrical-coordinate representation of color #FCF998: hue angle of 58.2º 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 #FCF998 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 249 | 152 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.01 |
| HSL | 58.2º | 0.94% | 0.79% | - |
| HSV(B) | 58.2º | 0.4% | 0.99% | - |
| XYZ | 79.69 | 90.71 | 43.02 | - |
| YUV | 238.84 | 78.99 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 249 | 152 | 0 | 0.01 | 0.40 | 0.01 | 58.2 | 0.94 | 0.79 |
| Hex | FC | F9 | 98 | 0 | 1 | 28 | 1 | 3A | 5E | 4F |
| Octal | 374 | 371 | 230 | 0 | 1 | 50 | 1 | 72 | 136 | 117 |
| Binary | 11111100 | 11111001 | 10011000 | 0 | 1 | 101000 | 1 | 111010 | 1011110 | 1001111 |
Color Harmonies of #FCF998
Complementary color
Monochromatic Colors of #FCF998
Black with #FCF998
Text Example
Text Example
White with #FCF998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF998; }
p { color: rgb(252,249,152); }
H1.HeaderClassName
{
color: #FCF998;
}
.AnyTagClassName
{
color: #FCF998;
}
</style>
background-color css
<style>
a { background-color: #FCF998; }
a { background-color: rgb(252,249,152); }
div.DivClassName
{
background-color: #FCF998;
}
.BgClassName
{
background-color: #FCF998;
}
</style>
border-color css
<style>
span { border-color: #FCF998; }
span { border-color: rgb(252,249,152); }
td.TdClassName
{
border-color: #FCF998;
}
.TagClassName
{
border-color: #FCF998;
}
</style>