Html Css Color HEX #F0F185 Tidal

📋 copy color: '#F0F185'

red 240 ◦ green 241 ◦ blue 133

#F0F185
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tidal #F0F185

Tints of Tidal #F0F185

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 value IS 0.00

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F0F185 (or 0xF0F185) is known color: 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

RGB 240 241 133 -
CMYK 0.00 0 0.45 0.05
HSL 60.56º 0.79% 0.73% -
HSV(B) 60.56º 0.45% 0.95% -
XYZ 71.62 83.13 34.46 -
YUV 228.39 74.17 136.28 -
System Red Green Blue C M Y K H S L
Decimal 240 241 133 0.00 0 0.45 0.05 60.56 0.79 0.73
Hex F0 F1 85 0 0 2D 5 3D 4F 49
Octal 360 361 205 0 0 55 5 75 117 111
Binary 11110000 11110001 10000101 0 0 101101 101 111101 1001111 1001001

Color Harmonies of #F0F185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F185

Black with #F0F185

Text Example


Text Example

White with #F0F185

Text Example


Text Example

HTML Codes & Css Web 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>