Shades of Canary #FFF994
Tints of Canary #FFF994
RGB
CMYK
RGB Variations
Color information
#FFF994 (or 0xFFF994) is known color: Canary. HEX triplet: FF, F9 and 94. RGB value is (255,249,148). Sum of RGB (Red+Green+Blue) = 255+249+148=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 249 (97.66% from 255 or 38.19% from 652); Blue value is 148 (58.20% from 255 or 22.70% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF994 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF994 is #00066B. Grayscale: #EFEFEF. Windows color (decimal): -1644 or 9763327. OLE color: 9763327.
HSL color Cylindrical-coordinate representation of color #FFF994: hue angle of 56.64º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFF994 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 148 | - |
| CMYK | 0 | 0.02 | 0.42 | 0 |
| HSL | 56.64º | 1% | 0.79% | - |
| HSV(B) | 56.64º | 0.42% | 1% | - |
| XYZ | 80.46 | 91.15 | 41.37 | - |
| YUV | 239.28 | 76.49 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 148 | 0 | 0.02 | 0.42 | 0 | 56.64 | 1 | 0.79 |
| Hex | FF | F9 | 94 | 0 | 2 | 2A | 0 | 39 | 64 | 4F |
| Octal | 377 | 371 | 224 | 0 | 2 | 52 | 0 | 71 | 144 | 117 |
| Binary | 11111111 | 11111001 | 10010100 | 0 | 10 | 101010 | 0 | 111001 | 1100100 | 1001111 |
Color Harmonies of #FFF994
Complementary color
Monochromatic Colors of #FFF994
Black with #FFF994
Text Example
Text Example
White with #FFF994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF994; }
p { color: rgb(255,249,148); }
H1.HeaderClassName
{
color: #FFF994;
}
.AnyTagClassName
{
color: #FFF994;
}
</style>
background-color css
<style>
a { background-color: #FFF994; }
a { background-color: rgb(255,249,148); }
div.DivClassName
{
background-color: #FFF994;
}
.BgClassName
{
background-color: #FFF994;
}
</style>
border-color css
<style>
span { border-color: #FFF994; }
span { border-color: rgb(255,249,148); }
td.TdClassName
{
border-color: #FFF994;
}
.TagClassName
{
border-color: #FFF994;
}
</style>