#F0F185

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

Shades of Tidal #F0F185

Tints of Tidal #F0F185

Color information

#F0F185 (or 0xF0F185) is unknown color: approx Tidal. HEX triplet: F0, F1 and 85. RGB value is (240,241,133). Sum of RGB (Red+Green+Blue) = 240+241+133=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 241 (94.53% from 255 or 39.25% from 614); Blue value is 133 (52.34% from 255 or 21.66% from 614); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F185 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F185 is #0F0E7A. Grayscale: #E4E4E4. Windows color (decimal): -986747 or 8778224. OLE color: 8778224.

HSL color Cylindrical-coordinate representation of color #F0F185: hue angle of 60.56º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F0F185 is Cyan = 0.00, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB240241133-
CMYK0.0000.450.05
HSL60.56º79.41%73.33%-
HSV(B)60.56º44.81%94.51%-
XYZ71.6283.1334.46-
YUV228.3974.17136.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.09%
GREEN value IS 241 (94.53% from 255) = 39.25%
BLUE value IS 133 (52.34% from 255) = 21.66%
R=39.09%
G=39.25%
B=21.66%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402411330.0000.450.0560.5679.4173.33
HexF0F185002D53d4f49
Octal3603612050055575117111
Binary1111000011110001100001010010110110111110110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F185; }

 p { color: rgb(240,241,133); }

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

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

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

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

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

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

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