Shades of Tidal #F9FE8C
Tints of Tidal #F9FE8C
RGB
CMYK
RGB Variations
Color information
#F9FE8C (or 0xF9FE8C) is known color: Tidal. HEX triplet: F9, FE and 8C. RGB value is (249,254,140). Sum of RGB (Red+Green+Blue) = 249+254+140=643 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.72% from 643); Green value is 254 (99.61% from 255 or 39.50% from 643); Blue value is 140 (55.08% from 255 or 21.77% from 643); Max value from RGB is 254 - color contains mainly: green. Hex color #F9FE8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FE8C is #060173. Grayscale: #EFEFEF. Windows color (decimal): -393588 or 9240313. OLE color: 9240313.
HSL color Cylindrical-coordinate representation of color #F9FE8C: hue angle of 62.63º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F9FE8C is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 254 | 140 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.00 |
| HSL | 62.63º | 0.98% | 0.77% | - |
| HSV(B) | 62.63º | 0.45% | 1% | - |
| XYZ | 79.24 | 92.92 | 38.57 | - |
| YUV | 239.51 | 71.84 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 254 | 140 | 0.02 | 0 | 0.45 | 0.00 | 62.63 | 0.98 | 0.77 |
| Hex | F9 | FE | 8C | 2 | 0 | 2D | 0 | 3F | 62 | 4D |
| Octal | 371 | 376 | 214 | 2 | 0 | 55 | 0 | 77 | 142 | 115 |
| Binary | 11111001 | 11111110 | 10001100 | 10 | 0 | 101101 | 0 | 111111 | 1100010 | 1001101 |
Color Harmonies of #F9FE8C
Complementary color
Monochromatic Colors of #F9FE8C
Black with #F9FE8C
Text Example
Text Example
White with #F9FE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FE8C; }
p { color: rgb(249,254,140); }
H1.HeaderClassName
{
color: #F9FE8C;
}
.AnyTagClassName
{
color: #F9FE8C;
}
</style>
background-color css
<style>
a { background-color: #F9FE8C; }
a { background-color: rgb(249,254,140); }
div.DivClassName
{
background-color: #F9FE8C;
}
.BgClassName
{
background-color: #F9FE8C;
}
</style>
border-color css
<style>
span { border-color: #F9FE8C; }
span { border-color: rgb(249,254,140); }
td.TdClassName
{
border-color: #F9FE8C;
}
.TagClassName
{
border-color: #F9FE8C;
}
</style>