Shades of Tidal #F0FE83
Tints of Tidal #F0FE83
RGB
CMYK
RGB Variations
Color information
#F0FE83 (or 0xF0FE83) is known color: Tidal. HEX triplet: F0, FE and 83. RGB value is (240,254,131). Sum of RGB (Red+Green+Blue) = 240+254+131=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 131 (51.56% from 255 or 20.96% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FE83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FE83 is #0F017C. Grayscale: #ECECEC. Windows color (decimal): -983421 or 8650480. OLE color: 8650480.
HSL color Cylindrical-coordinate representation of color #F0FE83: hue angle of 66.83º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0FE83 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 131 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.00 |
| HSL | 66.83º | 0.98% | 0.75% | - |
| HSV(B) | 66.83º | 0.48% | 1% | - |
| XYZ | 75.47 | 91.05 | 35.07 | - |
| YUV | 235.79 | 68.86 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 131 | 0.06 | 0 | 0.48 | 0.00 | 66.83 | 0.98 | 0.75 |
| Hex | F0 | FE | 83 | 6 | 0 | 30 | 0 | 43 | 62 | 4B |
| Octal | 360 | 376 | 203 | 6 | 0 | 60 | 0 | 103 | 142 | 113 |
| Binary | 11110000 | 11111110 | 10000011 | 110 | 0 | 110000 | 0 | 1000011 | 1100010 | 1001011 |
Color Harmonies of #F0FE83
Complementary color
Monochromatic Colors of #F0FE83
Black with #F0FE83
Text Example
Text Example
White with #F0FE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FE83; }
p { color: rgb(240,254,131); }
H1.HeaderClassName
{
color: #F0FE83;
}
.AnyTagClassName
{
color: #F0FE83;
}
</style>
background-color css
<style>
a { background-color: #F0FE83; }
a { background-color: rgb(240,254,131); }
div.DivClassName
{
background-color: #F0FE83;
}
.BgClassName
{
background-color: #F0FE83;
}
</style>
border-color css
<style>
span { border-color: #F0FE83; }
span { border-color: rgb(240,254,131); }
td.TdClassName
{
border-color: #F0FE83;
}
.TagClassName
{
border-color: #F0FE83;
}
</style>