Shades of Tidal #F8F682
Tints of Tidal #F8F682
RGB
CMYK
RGB Variations
Color information
#F8F682 (or 0xF8F682) is known color: Tidal. HEX triplet: F8, F6 and 82. RGB value is (248,246,130). Sum of RGB (Red+Green+Blue) = 248+246+130=624 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.74% from 624); Green value is 246 (96.48% from 255 or 39.42% from 624); Blue value is 130 (51.17% from 255 or 20.83% from 624); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F682 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F682 is #07097D. Grayscale: #E9E9E9. Windows color (decimal): -461182 or 8582904. OLE color: 8582904.
HSL color Cylindrical-coordinate representation of color #F8F682: hue angle of 58.98º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F8F682 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 246 | 130 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.03 |
| HSL | 58.98º | 0.89% | 0.74% | - |
| HSV(B) | 58.98º | 0.48% | 0.97% | - |
| XYZ | 75.7 | 87.48 | 34.01 | - |
| YUV | 233.37 | 69.66 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 246 | 130 | 0 | 0.01 | 0.48 | 0.03 | 58.98 | 0.89 | 0.74 |
| Hex | F8 | F6 | 82 | 0 | 1 | 30 | 3 | 3B | 59 | 4A |
| Octal | 370 | 366 | 202 | 0 | 1 | 60 | 3 | 73 | 131 | 112 |
| Binary | 11111000 | 11110110 | 10000010 | 0 | 1 | 110000 | 11 | 111011 | 1011001 | 1001010 |
Color Harmonies of #F8F682
Complementary color
Monochromatic Colors of #F8F682
Black with #F8F682
Text Example
Text Example
White with #F8F682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F682; }
p { color: rgb(248,246,130); }
H1.HeaderClassName
{
color: #F8F682;
}
.AnyTagClassName
{
color: #F8F682;
}
</style>
background-color css
<style>
a { background-color: #F8F682; }
a { background-color: rgb(248,246,130); }
div.DivClassName
{
background-color: #F8F682;
}
.BgClassName
{
background-color: #F8F682;
}
</style>
border-color css
<style>
span { border-color: #F8F682; }
span { border-color: rgb(248,246,130); }
td.TdClassName
{
border-color: #F8F682;
}
.TagClassName
{
border-color: #F8F682;
}
</style>