Html Css Color HEX #F0F088 Tidal

📋 copy color: '#F0F088'

red 240 ◦ green 240 ◦ blue 136

#F0F088
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tidal #F0F088

Tints of Tidal #F0F088

RGB

 RED value IS 240 (94.14% from 255) = 38.96%

 GREEN value IS 240 (94.14% from 255) = 38.96%

 BLUE value IS 136 (53.52% from 255) = 22.08%

R = 38.96%
G = 38.96%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.43

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F0F088 (or 0xF0F088) is known color: Tidal. HEX triplet: F0, F0 and 88. RGB value is (240,240,136). Sum of RGB (Red+Green+Blue) = 240+240+136=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 136 (53.52% from 255 or 22.08% from 616); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F088 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F088 is #0F0F77. Grayscale: #E4E4E4. Windows color (decimal): -987000 or 8974576. OLE color: 8974576.

HSL color Cylindrical-coordinate representation of color #F0F088: hue angle of 60º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0F088 is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 240 136 -
CMYK 0 0 0.43 0.06
HSL 60º 0.78% 0.74% -
HSV(B) 60º 0.43% 0.94% -
XYZ 71.54 82.62 35.47 -
YUV 228.14 76 136.46 -
System Red Green Blue C M Y K H S L
Decimal 240 240 136 0 0 0.43 0.06 60 0.78 0.74
Hex F0 F0 88 0 0 2B 6 3C 4E 4A
Octal 360 360 210 0 0 53 6 74 116 112
Binary 11110000 11110000 10001000 0 0 101011 110 111100 1001110 1001010

Color Harmonies of #F0F088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F088

Black with #F0F088

Text Example


Text Example

White with #F0F088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F088; }

 p { color: rgb(240,240,136); }

 H1.HeaderClassName
 {
   color: #F0F088;
 }
 .AnyTagClassName
 {
   color: #F0F088;
 }
</style>

background-color css

<style>
 a { background-color: #F0F088; }

 a { background-color: rgb(240,240,136); }

 div.DivClassName
 {
   background-color: #F0F088;
 }
 .BgClassName
 {
   background-color: #F0F088;
 }
</style>

border-color css

<style>
 span { border-color: #F0F088; }

 span { border-color: rgb(240,240,136); }

 td.TdClassName
 {
   border-color: #F0F088;
 }
 .TagClassName
 {
   border-color: #F0F088;
 }
</style>