Html Css Color HEX #F0F085 Tidal

📋 copy color: '#F0F085'

red 240 ◦ green 240 ◦ blue 133

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

Shades of Tidal #F0F085

Tints of Tidal #F0F085

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.15%

 BLUE value IS 133 (52.34% from 255) = 21.7%

R = 39.15%
G = 39.15%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F0F085 (or 0xF0F085) is known color: Tidal. HEX triplet: F0, F0 and 85. RGB value is (240,240,133). Sum of RGB (Red+Green+Blue) = 240+240+133=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 240 (94.14% from 255 or 39.15% from 613); Blue value is 133 (52.34% from 255 or 21.70% from 613); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F085 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F085 is #0F0F7A. Grayscale: #E4E4E4. Windows color (decimal): -987003 or 8777968. OLE color: 8777968.

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

Color convert

RGB 240 240 133 -
CMYK 0 0 0.45 0.06
HSL 60º 0.78% 0.73% -
HSV(B) 60º 0.45% 0.94% -
XYZ 71.33 82.54 34.36 -
YUV 227.8 74.5 136.7 -
System Red Green Blue C M Y K H S L
Decimal 240 240 133 0 0 0.45 0.06 60 0.78 0.73
Hex F0 F0 85 0 0 2D 6 3C 4E 49
Octal 360 360 205 0 0 55 6 74 116 111
Binary 11110000 11110000 10000101 0 0 101101 110 111100 1001110 1001001

Color Harmonies of #F0F085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F085

Black with #F0F085

Text Example


Text Example

White with #F0F085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F085; }

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

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

background-color css

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

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

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

border-color css

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

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

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