Shades of Tidal #F4FF8C
Tints of Tidal #F4FF8C
RGB
CMYK
RGB Variations
Color information
#F4FF8C (or 0xF4FF8C) is known color: Tidal. HEX triplet: F4, FF and 8C. RGB value is (244,255,140). Sum of RGB (Red+Green+Blue) = 244+255+140=639 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.18% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 140 (55.08% from 255 or 21.91% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #F4FF8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4FF8C is #0B0073. Grayscale: #EFEFEF. Windows color (decimal): -721012 or 9240564. OLE color: 9240564.
HSL color Cylindrical-coordinate representation of color #F4FF8C: hue angle of 65.74º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F4FF8C is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 255 | 140 | - |
| CMYK | 0.04 | 0 | 0.45 | 0 |
| HSL | 65.74º | 1% | 0.77% | - |
| HSV(B) | 65.74º | 0.45% | 1% | - |
| XYZ | 77.8 | 92.65 | 38.59 | - |
| YUV | 238.6 | 72.36 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 255 | 140 | 0.04 | 0 | 0.45 | 0 | 65.74 | 1 | 0.77 |
| Hex | F4 | FF | 8C | 4 | 0 | 2D | 0 | 42 | 64 | 4D |
| Octal | 364 | 377 | 214 | 4 | 0 | 55 | 0 | 102 | 144 | 115 |
| Binary | 11110100 | 11111111 | 10001100 | 100 | 0 | 101101 | 0 | 1000010 | 1100100 | 1001101 |
Color Harmonies of #F4FF8C
Complementary color
Monochromatic Colors of #F4FF8C
Black with #F4FF8C
Text Example
Text Example
White with #F4FF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FF8C; }
p { color: rgb(244,255,140); }
H1.HeaderClassName
{
color: #F4FF8C;
}
.AnyTagClassName
{
color: #F4FF8C;
}
</style>
background-color css
<style>
a { background-color: #F4FF8C; }
a { background-color: rgb(244,255,140); }
div.DivClassName
{
background-color: #F4FF8C;
}
.BgClassName
{
background-color: #F4FF8C;
}
</style>
border-color css
<style>
span { border-color: #F4FF8C; }
span { border-color: rgb(244,255,140); }
td.TdClassName
{
border-color: #F4FF8C;
}
.TagClassName
{
border-color: #F4FF8C;
}
</style>