Shades of Tidal #F0FE9A
Tints of Tidal #F0FE9A
RGB
CMYK
RGB Variations
Color information
#F0FE9A (or 0xF0FE9A) is known color: Tidal. HEX triplet: F0, FE and 9A. RGB value is (240,254,154). Sum of RGB (Red+Green+Blue) = 240+254+154=648 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.04% from 648); Green value is 254 (99.61% from 255 or 39.20% from 648); Blue value is 154 (60.55% from 255 or 23.77% from 648); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FE9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FE9A is #0F0165. Grayscale: #EEEEEE. Windows color (decimal): -983398 or 10157808. OLE color: 10157808.
HSL color Cylindrical-coordinate representation of color #F0FE9A: hue angle of 68.4º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F0FE9A is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 154 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.00 |
| HSL | 68.4º | 0.98% | 0.8% | - |
| HSV(B) | 68.4º | 0.39% | 1% | - |
| XYZ | 77.21 | 91.74 | 44.21 | - |
| YUV | 238.41 | 80.36 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 154 | 0.06 | 0 | 0.39 | 0.00 | 68.4 | 0.98 | 0.8 |
| Hex | F0 | FE | 9A | 6 | 0 | 27 | 0 | 44 | 62 | 50 |
| Octal | 360 | 376 | 232 | 6 | 0 | 47 | 0 | 104 | 142 | 120 |
| Binary | 11110000 | 11111110 | 10011010 | 110 | 0 | 100111 | 0 | 1000100 | 1100010 | 1010000 |
Color Harmonies of #F0FE9A
Complementary color
Monochromatic Colors of #F0FE9A
Black with #F0FE9A
Text Example
Text Example
White with #F0FE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FE9A; }
p { color: rgb(240,254,154); }
H1.HeaderClassName
{
color: #F0FE9A;
}
.AnyTagClassName
{
color: #F0FE9A;
}
</style>
background-color css
<style>
a { background-color: #F0FE9A; }
a { background-color: rgb(240,254,154); }
div.DivClassName
{
background-color: #F0FE9A;
}
.BgClassName
{
background-color: #F0FE9A;
}
</style>
border-color css
<style>
span { border-color: #F0FE9A; }
span { border-color: rgb(240,254,154); }
td.TdClassName
{
border-color: #F0FE9A;
}
.TagClassName
{
border-color: #F0FE9A;
}
</style>