Html Css Color HEX #F0F288 Tidal

📋 copy color: '#F0F288'

red 240 ◦ green 242 ◦ blue 136

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

Shades of Tidal #F0F288

Tints of Tidal #F0F288

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.16%

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

R = 38.83%
G = 39.16%
B = 22.01%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F0F288 (or 0xF0F288) is known color: Tidal. HEX triplet: F0, F2 and 88. RGB value is (240,242,136). Sum of RGB (Red+Green+Blue) = 240+242+136=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 136 (53.52% from 255 or 22.01% from 618); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F288 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F288 is #0F0D77. Grayscale: #E5E5E5. Windows color (decimal): -986488 or 8975088. OLE color: 8975088.

HSL color Cylindrical-coordinate representation of color #F0F288: hue angle of 61.13º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F0F288 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 242 136 -
CMYK 0.01 0 0.44 0.05
HSL 61.13º 0.8% 0.74% -
HSV(B) 61.13º 0.44% 0.95% -
XYZ 72.13 83.81 35.67 -
YUV 229.32 75.34 135.62 -
System Red Green Blue C M Y K H S L
Decimal 240 242 136 0.01 0 0.44 0.05 61.13 0.8 0.74
Hex F0 F2 88 1 0 2C 5 3D 50 4A
Octal 360 362 210 1 0 54 5 75 120 112
Binary 11110000 11110010 10001000 1 0 101100 101 111101 1010000 1001010

Color Harmonies of #F0F288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F288

Black with #F0F288

Text Example


Text Example

White with #F0F288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F288; }

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

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

background-color css

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

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

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

border-color css

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

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

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