Shades of Canary #FFFA98
Tints of Canary #FFFA98
RGB
CMYK
RGB Variations
Color information
#FFFA98 (or 0xFFFA98) is known color: Canary. HEX triplet: FF, FA and 98. RGB value is (255,250,152). Sum of RGB (Red+Green+Blue) = 255+250+152=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 152 (59.77% from 255 or 23.14% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFA98 is #000567. Grayscale: #F0F0F0. Windows color (decimal): -1384 or 10025727. OLE color: 10025727.
HSL color Cylindrical-coordinate representation of color #FFFA98: hue angle of 57.09º 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 #FFFA98 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 152 | - |
| CMYK | 0 | 0.02 | 0.40 | 0 |
| HSL | 57.09º | 1% | 0.8% | - |
| HSV(B) | 57.09º | 0.4% | 1% | - |
| XYZ | 81.09 | 91.9 | 43.17 | - |
| YUV | 240.32 | 78.16 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 152 | 0 | 0.02 | 0.40 | 0 | 57.09 | 1 | 0.8 |
| Hex | FF | FA | 98 | 0 | 2 | 28 | 0 | 39 | 64 | 50 |
| Octal | 377 | 372 | 230 | 0 | 2 | 50 | 0 | 71 | 144 | 120 |
| Binary | 11111111 | 11111010 | 10011000 | 0 | 10 | 101000 | 0 | 111001 | 1100100 | 1010000 |
Color Harmonies of #FFFA98
Complementary color
Monochromatic Colors of #FFFA98
Black with #FFFA98
Text Example
Text Example
White with #FFFA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA98; }
p { color: rgb(255,250,152); }
H1.HeaderClassName
{
color: #FFFA98;
}
.AnyTagClassName
{
color: #FFFA98;
}
</style>
background-color css
<style>
a { background-color: #FFFA98; }
a { background-color: rgb(255,250,152); }
div.DivClassName
{
background-color: #FFFA98;
}
.BgClassName
{
background-color: #FFFA98;
}
</style>
border-color css
<style>
span { border-color: #FFFA98; }
span { border-color: rgb(255,250,152); }
td.TdClassName
{
border-color: #FFFA98;
}
.TagClassName
{
border-color: #FFFA98;
}
</style>