Shades of Tidal #F9FE85
Tints of Tidal #F9FE85
RGB
CMYK
RGB Variations
Color information
#F9FE85 (or 0xF9FE85) is known color: Tidal. HEX triplet: F9, FE and 85. RGB value is (249,254,133). Sum of RGB (Red+Green+Blue) = 249+254+133=636 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.15% from 636); Green value is 254 (99.61% from 255 or 39.94% from 636); Blue value is 133 (52.34% from 255 or 20.91% from 636); Max value from RGB is 254 - color contains mainly: green. Hex color #F9FE85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FE85 is #06017A. Grayscale: #EFEFEF. Windows color (decimal): -393595 or 8781561. OLE color: 8781561.
HSL color Cylindrical-coordinate representation of color #F9FE85: hue angle of 62.48º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F9FE85 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 254 | 133 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.00 |
| HSL | 62.48º | 0.98% | 0.76% | - |
| HSV(B) | 62.48º | 0.48% | 1% | - |
| XYZ | 78.74 | 92.72 | 35.94 | - |
| YUV | 238.71 | 68.34 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 254 | 133 | 0.02 | 0 | 0.48 | 0.00 | 62.48 | 0.98 | 0.76 |
| Hex | F9 | FE | 85 | 2 | 0 | 30 | 0 | 3E | 62 | 4C |
| Octal | 371 | 376 | 205 | 2 | 0 | 60 | 0 | 76 | 142 | 114 |
| Binary | 11111001 | 11111110 | 10000101 | 10 | 0 | 110000 | 0 | 111110 | 1100010 | 1001100 |
Color Harmonies of #F9FE85
Complementary color
Monochromatic Colors of #F9FE85
Black with #F9FE85
Text Example
Text Example
White with #F9FE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FE85; }
p { color: rgb(249,254,133); }
H1.HeaderClassName
{
color: #F9FE85;
}
.AnyTagClassName
{
color: #F9FE85;
}
</style>
background-color css
<style>
a { background-color: #F9FE85; }
a { background-color: rgb(249,254,133); }
div.DivClassName
{
background-color: #F9FE85;
}
.BgClassName
{
background-color: #F9FE85;
}
</style>
border-color css
<style>
span { border-color: #F9FE85; }
span { border-color: rgb(249,254,133); }
td.TdClassName
{
border-color: #F9FE85;
}
.TagClassName
{
border-color: #F9FE85;
}
</style>