Shades of Tidal #F9FF8C
Tints of Tidal #F9FF8C
RGB
CMYK
RGB Variations
Color information
#F9FF8C (or 0xF9FF8C) is known color: Tidal. HEX triplet: F9, FF and 8C. RGB value is (249,255,140). Sum of RGB (Red+Green+Blue) = 249+255+140=644 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.66% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 140 (55.08% from 255 or 21.74% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #F9FF8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FF8C is #060073. Grayscale: #F0F0F0. Windows color (decimal): -393332 or 9240569. OLE color: 9240569.
HSL color Cylindrical-coordinate representation of color #F9FF8C: hue angle of 63.13º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F9FF8C is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 255 | 140 | - |
| CMYK | 0.02 | 0 | 0.45 | 0 |
| HSL | 63.13º | 1% | 0.77% | - |
| HSV(B) | 63.13º | 0.45% | 1% | - |
| XYZ | 79.56 | 93.55 | 38.68 | - |
| YUV | 240.1 | 71.51 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 255 | 140 | 0.02 | 0 | 0.45 | 0 | 63.13 | 1 | 0.77 |
| Hex | F9 | FF | 8C | 2 | 0 | 2D | 0 | 3F | 64 | 4D |
| Octal | 371 | 377 | 214 | 2 | 0 | 55 | 0 | 77 | 144 | 115 |
| Binary | 11111001 | 11111111 | 10001100 | 10 | 0 | 101101 | 0 | 111111 | 1100100 | 1001101 |
Color Harmonies of #F9FF8C
Complementary color
Monochromatic Colors of #F9FF8C
Black with #F9FF8C
Text Example
Text Example
White with #F9FF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FF8C; }
p { color: rgb(249,255,140); }
H1.HeaderClassName
{
color: #F9FF8C;
}
.AnyTagClassName
{
color: #F9FF8C;
}
</style>
background-color css
<style>
a { background-color: #F9FF8C; }
a { background-color: rgb(249,255,140); }
div.DivClassName
{
background-color: #F9FF8C;
}
.BgClassName
{
background-color: #F9FF8C;
}
</style>
border-color css
<style>
span { border-color: #F9FF8C; }
span { border-color: rgb(249,255,140); }
td.TdClassName
{
border-color: #F9FF8C;
}
.TagClassName
{
border-color: #F9FF8C;
}
</style>