#F0F48A

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

Shades of Tidal #F0F48A

Tints of Tidal #F0F48A

Color information

#F0F48A (or 0xF0F48A) is unknown color: approx Tidal. HEX triplet: F0, F4 and 8A. RGB value is (240,244,138). Sum of RGB (Red+Green+Blue) = 240+244+138=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 244 (95.70% from 255 or 39.23% from 622); Blue value is 138 (54.30% from 255 or 22.19% from 622); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F48A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F48A is #0F0B75. Grayscale: #E7E7E7. Windows color (decimal): -985974 or 9106672. OLE color: 9106672.

HSL color Cylindrical-coordinate representation of color #F0F48A: hue angle of 62.26º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0F48A is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB240244138-
CMYK0.0200.430.04
HSL62.26º82.81%74.9%-
HSV(B)62.26º43.44%95.69%-
XYZ72.8785.0636.62-
YUV230.7275.67134.62-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.59%
GREEN value IS 244 (95.70% from 255) = 39.23%
BLUE value IS 138 (54.30% from 255) = 22.19%
R=38.59%
G=39.23%
B=22.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2402441380.0200.430.0462.2682.8174.9
HexF0F48A202B43e534b
Octal3603642122053476123113
Binary11110000111101001000101010010101110011111010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F48A; }

 p { color: rgb(240,244,138); }

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

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

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

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

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

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

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