Html Css Color HEX #F0F186 Tidal

📋 copy color: '#F0F186'

red 240 ◦ green 241 ◦ blue 134

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

Shades of Tidal #F0F186

Tints of Tidal #F0F186

RGB

 RED value IS 240 (94.14% from 255) = 39.02%

 GREEN value IS 241 (94.53% from 255) = 39.19%

 BLUE value IS 134 (52.73% from 255) = 21.79%

R = 39.02%
G = 39.19%
B = 21.79%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F0F186 (or 0xF0F186) is known color: Tidal. HEX triplet: F0, F1 and 86. RGB value is (240,241,134). Sum of RGB (Red+Green+Blue) = 240+241+134=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 241 (94.53% from 255 or 39.19% from 615); Blue value is 134 (52.73% from 255 or 21.79% from 615); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F186 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F186 is #0F0E79. Grayscale: #E4E4E4. Windows color (decimal): -986746 or 8843760. OLE color: 8843760.

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

Color convert

RGB 240 241 134 -
CMYK 0.00 0 0.44 0.05
HSL 60.56º 0.79% 0.74% -
HSV(B) 60.56º 0.44% 0.95% -
XYZ 71.69 83.16 34.83 -
YUV 228.5 74.67 136.2 -
System Red Green Blue C M Y K H S L
Decimal 240 241 134 0.00 0 0.44 0.05 60.56 0.79 0.74
Hex F0 F1 86 0 0 2C 5 3D 4F 4A
Octal 360 361 206 0 0 54 5 75 117 112
Binary 11110000 11110001 10000110 0 0 101100 101 111101 1001111 1001010

Color Harmonies of #F0F186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F186

Black with #F0F186

Text Example


Text Example

White with #F0F186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F186; }

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

 H1.HeaderClassName
 {
   color: #F0F186;
 }
 .AnyTagClassName
 {
   color: #F0F186;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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