#F2F58E

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

Shades of Tidal #F2F58E

Tints of Tidal #F2F58E

Color information

#F2F58E (or 0xF2F58E) is unknown color: approx Tidal. HEX triplet: F2, F5 and 8E. RGB value is (242,245,142). Sum of RGB (Red+Green+Blue) = 242+245+142=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 245 (96.09% from 255 or 38.95% from 629); Blue value is 142 (55.86% from 255 or 22.58% from 629); Max value from RGB is 245 - color contains mainly: green. Hex color #F2F58E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F58E is #0D0A71. Grayscale: #E8E8E8. Windows color (decimal): -854642 or 9369074. OLE color: 9369074.

HSL color Cylindrical-coordinate representation of color #F2F58E: hue angle of 61.75º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F2F58E is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB242245142-
CMYK0.0100.420.04
HSL61.75º83.74%75.88%-
HSV(B)61.75º42.04%96.08%-
XYZ74.1586.1438.31-
YUV232.3677.01134.88-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.47%
GREEN value IS 245 (96.09% from 255) = 38.95%
BLUE value IS 142 (55.86% from 255) = 22.58%
R=38.47%
G=38.95%
B=22.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2422451420.0100.420.0461.7583.7475.88
HexF2F58E102A43e544c
Octal3623652161052476124114
Binary1111001011110101100011101010101010011111010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F58E; }

 p { color: rgb(242,245,142); }

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

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

 a { background-color: rgb(242,245,142); }

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

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

 span { border-color: rgb(242,245,142); }

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