Shades of Tidal #F8FB8A
Tints of Tidal #F8FB8A
RGB
CMYK
RGB Variations
Color information
#F8FB8A (or 0xF8FB8A) is known color: Tidal. HEX triplet: F8, FB and 8A. RGB value is (248,251,138). Sum of RGB (Red+Green+Blue) = 248+251+138=637 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.93% from 637); Green value is 251 (98.44% from 255 or 39.40% from 637); Blue value is 138 (54.30% from 255 or 21.66% from 637); Max value from RGB is 251 - color contains mainly: green. Hex color #F8FB8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FB8A is #070475. Grayscale: #EDEDED. Windows color (decimal): -459894 or 9108472. OLE color: 9108472.
HSL color Cylindrical-coordinate representation of color #F8FB8A: hue angle of 61.59º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F8FB8A is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 251 | 138 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.02 |
| HSL | 61.59º | 0.93% | 0.76% | - |
| HSV(B) | 61.59º | 0.45% | 0.98% | - |
| XYZ | 77.8 | 90.79 | 37.47 | - |
| YUV | 237.22 | 72.01 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 251 | 138 | 0.01 | 0 | 0.45 | 0.02 | 61.59 | 0.93 | 0.76 |
| Hex | F8 | FB | 8A | 1 | 0 | 2D | 2 | 3E | 5D | 4C |
| Octal | 370 | 373 | 212 | 1 | 0 | 55 | 2 | 76 | 135 | 114 |
| Binary | 11111000 | 11111011 | 10001010 | 1 | 0 | 101101 | 10 | 111110 | 1011101 | 1001100 |
Color Harmonies of #F8FB8A
Complementary color
Monochromatic Colors of #F8FB8A
Black with #F8FB8A
Text Example
Text Example
White with #F8FB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FB8A; }
p { color: rgb(248,251,138); }
H1.HeaderClassName
{
color: #F8FB8A;
}
.AnyTagClassName
{
color: #F8FB8A;
}
</style>
background-color css
<style>
a { background-color: #F8FB8A; }
a { background-color: rgb(248,251,138); }
div.DivClassName
{
background-color: #F8FB8A;
}
.BgClassName
{
background-color: #F8FB8A;
}
</style>
border-color css
<style>
span { border-color: #F8FB8A; }
span { border-color: rgb(248,251,138); }
td.TdClassName
{
border-color: #F8FB8A;
}
.TagClassName
{
border-color: #F8FB8A;
}
</style>