Shades of Canary #FFFC98
Tints of Canary #FFFC98
RGB
CMYK
RGB Variations
Color information
#FFFC98 (or 0xFFFC98) is known color: Canary. HEX triplet: FF, FC and 98. RGB value is (255,252,152). Sum of RGB (Red+Green+Blue) = 255+252+152=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 252 (98.83% from 255 or 38.24% from 659); Blue value is 152 (59.77% from 255 or 23.07% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFC98 is #000367. Grayscale: #F1F1F1. Windows color (decimal): -872 or 10026239. OLE color: 10026239.
HSL color Cylindrical-coordinate representation of color #FFFC98: hue angle of 58.25º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFFC98 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 152 | - |
| CMYK | 0 | 0.01 | 0.40 | 0 |
| HSL | 58.25º | 1% | 0.8% | - |
| HSV(B) | 58.25º | 0.4% | 1% | - |
| XYZ | 81.72 | 93.15 | 43.38 | - |
| YUV | 241.5 | 77.49 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 152 | 0 | 0.01 | 0.40 | 0 | 58.25 | 1 | 0.8 |
| Hex | FF | FC | 98 | 0 | 1 | 28 | 0 | 3A | 64 | 50 |
| Octal | 377 | 374 | 230 | 0 | 1 | 50 | 0 | 72 | 144 | 120 |
| Binary | 11111111 | 11111100 | 10011000 | 0 | 1 | 101000 | 0 | 111010 | 1100100 | 1010000 |
Color Harmonies of #FFFC98
Complementary color
Monochromatic Colors of #FFFC98
Black with #FFFC98
Text Example
Text Example
White with #FFFC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC98; }
p { color: rgb(255,252,152); }
H1.HeaderClassName
{
color: #FFFC98;
}
.AnyTagClassName
{
color: #FFFC98;
}
</style>
background-color css
<style>
a { background-color: #FFFC98; }
a { background-color: rgb(255,252,152); }
div.DivClassName
{
background-color: #FFFC98;
}
.BgClassName
{
background-color: #FFFC98;
}
</style>
border-color css
<style>
span { border-color: #FFFC98; }
span { border-color: rgb(255,252,152); }
td.TdClassName
{
border-color: #FFFC98;
}
.TagClassName
{
border-color: #FFFC98;
}
</style>