#F0F08B

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

Shades of Tidal #F0F08B

Tints of Tidal #F0F08B

Color information

#F0F08B (or 0xF0F08B) is unknown color: approx Tidal. HEX triplet: F0, F0 and 8B. RGB value is (240,240,139). Sum of RGB (Red+Green+Blue) = 240+240+139=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 240 (94.14% from 255 or 38.77% from 619); Blue value is 139 (54.69% from 255 or 22.46% from 619); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F08B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F08B is #0F0F74. Grayscale: #E4E4E4. Windows color (decimal): -986997 or 9171184. OLE color: 9171184.

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

Color convert

RGB240240139-
CMYK000.420.06
HSL60º77.1%74.31%-
HSV(B)60º42.08%94.12%-
XYZ71.7682.7136.61-
YUV228.4977.5136.21-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.77%
GREEN value IS 240 (94.14% from 255) = 38.77%
BLUE value IS 139 (54.69% from 255) = 22.46%
R=38.77%
G=38.77%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240240139000.420.066077.174.31
HexF0F08B002A63c4d4a
Octal3603602130052674115112
Binary1111000011110000100010110010101011011110010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F08B; }

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

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

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

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

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

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

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

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