Shades of Tidal #F3FE85
Tints of Tidal #F3FE85
RGB
CMYK
RGB Variations
Color information
#F3FE85 (or 0xF3FE85) is known color: Tidal. HEX triplet: F3, FE and 85. RGB value is (243,254,133). Sum of RGB (Red+Green+Blue) = 243+254+133=630 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.57% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 133 (52.34% from 255 or 21.11% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #F3FE85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3FE85 is #0C017A. Grayscale: #EDEDED. Windows color (decimal): -786811 or 8781555. OLE color: 8781555.
HSL color Cylindrical-coordinate representation of color #F3FE85: hue angle of 65.45º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F3FE85 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 254 | 133 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.00 |
| HSL | 65.45º | 0.98% | 0.76% | - |
| HSV(B) | 65.45º | 0.48% | 1% | - |
| XYZ | 76.64 | 91.63 | 35.84 | - |
| YUV | 236.92 | 69.36 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 254 | 133 | 0.04 | 0 | 0.48 | 0.00 | 65.45 | 0.98 | 0.76 |
| Hex | F3 | FE | 85 | 4 | 0 | 30 | 0 | 41 | 62 | 4C |
| Octal | 363 | 376 | 205 | 4 | 0 | 60 | 0 | 101 | 142 | 114 |
| Binary | 11110011 | 11111110 | 10000101 | 100 | 0 | 110000 | 0 | 1000001 | 1100010 | 1001100 |
Color Harmonies of #F3FE85
Complementary color
Monochromatic Colors of #F3FE85
Black with #F3FE85
Text Example
Text Example
White with #F3FE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FE85; }
p { color: rgb(243,254,133); }
H1.HeaderClassName
{
color: #F3FE85;
}
.AnyTagClassName
{
color: #F3FE85;
}
</style>
background-color css
<style>
a { background-color: #F3FE85; }
a { background-color: rgb(243,254,133); }
div.DivClassName
{
background-color: #F3FE85;
}
.BgClassName
{
background-color: #F3FE85;
}
</style>
border-color css
<style>
span { border-color: #F3FE85; }
span { border-color: rgb(243,254,133); }
td.TdClassName
{
border-color: #F3FE85;
}
.TagClassName
{
border-color: #F3FE85;
}
</style>