Shades of Tidal #FCFF83
Tints of Tidal #FCFF83
RGB
CMYK
RGB Variations
Color information
#FCFF83 (or 0xFCFF83) is known color: Tidal. HEX triplet: FC, FF and 83. RGB value is (252,255,131). Sum of RGB (Red+Green+Blue) = 252+255+131=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 131 (51.56% from 255 or 20.53% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFF83 is #03007C. Grayscale: #F0F0F0. Windows color (decimal): -196733 or 8650748. OLE color: 8650748.
HSL color Cylindrical-coordinate representation of color #FCFF83: hue angle of 61.45º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FCFF83 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 131 | - |
| CMYK | 0.01 | 0 | 0.49 | 0 |
| HSL | 61.45º | 1% | 0.76% | - |
| HSV(B) | 61.45º | 0.49% | 1% | - |
| XYZ | 80 | 93.85 | 35.37 | - |
| YUV | 239.97 | 66.51 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 131 | 0.01 | 0 | 0.49 | 0 | 61.45 | 1 | 0.76 |
| Hex | FC | FF | 83 | 1 | 0 | 31 | 0 | 3D | 64 | 4C |
| Octal | 374 | 377 | 203 | 1 | 0 | 61 | 0 | 75 | 144 | 114 |
| Binary | 11111100 | 11111111 | 10000011 | 1 | 0 | 110001 | 0 | 111101 | 1100100 | 1001100 |
Color Harmonies of #FCFF83
Complementary color
Monochromatic Colors of #FCFF83
Black with #FCFF83
Text Example
Text Example
White with #FCFF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF83; }
p { color: rgb(252,255,131); }
H1.HeaderClassName
{
color: #FCFF83;
}
.AnyTagClassName
{
color: #FCFF83;
}
</style>
background-color css
<style>
a { background-color: #FCFF83; }
a { background-color: rgb(252,255,131); }
div.DivClassName
{
background-color: #FCFF83;
}
.BgClassName
{
background-color: #FCFF83;
}
</style>
border-color css
<style>
span { border-color: #FCFF83; }
span { border-color: rgb(252,255,131); }
td.TdClassName
{
border-color: #FCFF83;
}
.TagClassName
{
border-color: #FCFF83;
}
</style>