Shades of Tidal #FCFF82
Tints of Tidal #FCFF82
RGB
CMYK
RGB Variations
Color information
#FCFF82 (or 0xFCFF82) is known color: Tidal. HEX triplet: FC, FF and 82. RGB value is (252,255,130). Sum of RGB (Red+Green+Blue) = 252+255+130=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 130 (51.17% from 255 or 20.41% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFF82 is #03007D. Grayscale: #F0F0F0. Windows color (decimal): -196734 or 8585212. OLE color: 8585212.
HSL color Cylindrical-coordinate representation of color #FCFF82: hue angle of 61.44º 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 #FCFF82 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 130 | - |
| CMYK | 0.01 | 0 | 0.49 | 0 |
| HSL | 61.44º | 1% | 0.75% | - |
| HSV(B) | 61.44º | 0.49% | 1% | - |
| XYZ | 79.93 | 93.83 | 35.02 | - |
| YUV | 239.85 | 66.01 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 130 | 0.01 | 0 | 0.49 | 0 | 61.44 | 1 | 0.75 |
| Hex | FC | FF | 82 | 1 | 0 | 31 | 0 | 3D | 64 | 4B |
| Octal | 374 | 377 | 202 | 1 | 0 | 61 | 0 | 75 | 144 | 113 |
| Binary | 11111100 | 11111111 | 10000010 | 1 | 0 | 110001 | 0 | 111101 | 1100100 | 1001011 |
Color Harmonies of #FCFF82
Complementary color
Monochromatic Colors of #FCFF82
Black with #FCFF82
Text Example
Text Example
White with #FCFF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF82; }
p { color: rgb(252,255,130); }
H1.HeaderClassName
{
color: #FCFF82;
}
.AnyTagClassName
{
color: #FCFF82;
}
</style>
background-color css
<style>
a { background-color: #FCFF82; }
a { background-color: rgb(252,255,130); }
div.DivClassName
{
background-color: #FCFF82;
}
.BgClassName
{
background-color: #FCFF82;
}
</style>
border-color css
<style>
span { border-color: #FCFF82; }
span { border-color: rgb(252,255,130); }
td.TdClassName
{
border-color: #FCFF82;
}
.TagClassName
{
border-color: #FCFF82;
}
</style>