#F2F790

Color #F2F790 Tidal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tidal #F2F790

Tints of Tidal #F2F790

Color information

#F2F790 (or 0xF2F790) is unknown color: approx Tidal. HEX triplet: F2, F7 and 90. RGB value is (242,247,144). Sum of RGB (Red+Green+Blue) = 242+247+144=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 247 (96.88% from 255 or 39.02% from 633); Blue value is 144 (56.64% from 255 or 22.75% from 633); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F790 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F790 is #0D086F. Grayscale: #EAEAEA. Windows color (decimal): -854128 or 9500658. OLE color: 9500658.

HSL color Cylindrical-coordinate representation of color #F2F790: hue angle of 62.91º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F2F790 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB242247144-
CMYK0.0200.420.03
HSL62.91º86.55%76.67%-
HSV(B)62.91º41.7%96.86%-
XYZ74.9187.4139.31-
YUV233.7677.34133.88-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.23%
GREEN value IS 247 (96.88% from 255) = 39.02%
BLUE value IS 144 (56.64% from 255) = 22.75%
R=38.23%
G=39.02%
B=22.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2422471440.0200.420.0362.9186.5576.67
HexF2F790202A33f574d
Octal3623672202052377127115
Binary1111001011110111100100001001010101111111110101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F790; }

 p { color: rgb(242,247,144); }

 H1.HeaderClassName
 {
   color: #F2F790;
 }
 .AnyTagClassName
 {
   color: #F2F790;
 }
</style>
background-color css

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

 a { background-color: rgb(242,247,144); }

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

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

 span { border-color: rgb(242,247,144); }

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