Shades of Tidal #F8FF84
Tints of Tidal #F8FF84
RGB
CMYK
RGB Variations
Color information
#F8FF84 (or 0xF8FF84) is known color: Tidal. HEX triplet: F8, FF and 84. RGB value is (248,255,132). Sum of RGB (Red+Green+Blue) = 248+255+132=635 (84% of max value = 765). Red value is 248 (97.27% from 255 or 39.06% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 132 (51.95% from 255 or 20.79% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #F8FF84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FF84 is #07007B. Grayscale: #EFEFEF. Windows color (decimal): -458876 or 8716280. OLE color: 8716280.
HSL color Cylindrical-coordinate representation of color #F8FF84: hue angle of 63.41º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F8FF84 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 255 | 132 | - |
| CMYK | 0.03 | 0 | 0.48 | 0 |
| HSL | 63.41º | 1% | 0.76% | - |
| HSV(B) | 63.41º | 0.48% | 1% | - |
| XYZ | 78.64 | 93.14 | 35.66 | - |
| YUV | 238.89 | 67.68 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 255 | 132 | 0.03 | 0 | 0.48 | 0 | 63.41 | 1 | 0.76 |
| Hex | F8 | FF | 84 | 3 | 0 | 30 | 0 | 3F | 64 | 4C |
| Octal | 370 | 377 | 204 | 3 | 0 | 60 | 0 | 77 | 144 | 114 |
| Binary | 11111000 | 11111111 | 10000100 | 11 | 0 | 110000 | 0 | 111111 | 1100100 | 1001100 |
Color Harmonies of #F8FF84
Complementary color
Monochromatic Colors of #F8FF84
Black with #F8FF84
Text Example
Text Example
White with #F8FF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FF84; }
p { color: rgb(248,255,132); }
H1.HeaderClassName
{
color: #F8FF84;
}
.AnyTagClassName
{
color: #F8FF84;
}
</style>
background-color css
<style>
a { background-color: #F8FF84; }
a { background-color: rgb(248,255,132); }
div.DivClassName
{
background-color: #F8FF84;
}
.BgClassName
{
background-color: #F8FF84;
}
</style>
border-color css
<style>
span { border-color: #F8FF84; }
span { border-color: rgb(248,255,132); }
td.TdClassName
{
border-color: #F8FF84;
}
.TagClassName
{
border-color: #F8FF84;
}
</style>