Shades of Tidal #F9FF82
Tints of Tidal #F9FF82
RGB
CMYK
RGB Variations
Color information
#F9FF82 (or 0xF9FF82) is known color: Tidal. HEX triplet: F9, FF and 82. RGB value is (249,255,130). Sum of RGB (Red+Green+Blue) = 249+255+130=634 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.27% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 130 (51.17% from 255 or 20.50% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #F9FF82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FF82 is #06007D. Grayscale: #EFEFEF. Windows color (decimal): -393342 or 8585209. OLE color: 8585209.
HSL color Cylindrical-coordinate representation of color #F9FF82: hue angle of 62.88º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F9FF82 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 255 | 130 | - |
| CMYK | 0.02 | 0 | 0.49 | 0 |
| HSL | 62.88º | 1% | 0.75% | - |
| HSV(B) | 62.88º | 0.49% | 1% | - |
| XYZ | 78.86 | 93.27 | 34.97 | - |
| YUV | 238.96 | 66.51 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 255 | 130 | 0.02 | 0 | 0.49 | 0 | 62.88 | 1 | 0.75 |
| Hex | F9 | FF | 82 | 2 | 0 | 31 | 0 | 3F | 64 | 4B |
| Octal | 371 | 377 | 202 | 2 | 0 | 61 | 0 | 77 | 144 | 113 |
| Binary | 11111001 | 11111111 | 10000010 | 10 | 0 | 110001 | 0 | 111111 | 1100100 | 1001011 |
Color Harmonies of #F9FF82
Complementary color
Monochromatic Colors of #F9FF82
Black with #F9FF82
Text Example
Text Example
White with #F9FF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FF82; }
p { color: rgb(249,255,130); }
H1.HeaderClassName
{
color: #F9FF82;
}
.AnyTagClassName
{
color: #F9FF82;
}
</style>
background-color css
<style>
a { background-color: #F9FF82; }
a { background-color: rgb(249,255,130); }
div.DivClassName
{
background-color: #F9FF82;
}
.BgClassName
{
background-color: #F9FF82;
}
</style>
border-color css
<style>
span { border-color: #F9FF82; }
span { border-color: rgb(249,255,130); }
td.TdClassName
{
border-color: #F9FF82;
}
.TagClassName
{
border-color: #F9FF82;
}
</style>