Html Css Color HEX #F0F980 Tidal

📋 copy color: '#F0F980'

red 240 ◦ green 249 ◦ blue 128

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

Shades of Tidal #F0F980

Tints of Tidal #F0F980

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.36%

 BLUE value IS 128 (50.39% from 255) = 20.75%

R = 38.9%
G = 40.36%
B = 20.75%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F0F980 (or 0xF0F980) is known color: Tidal. HEX triplet: F0, F9 and 80. RGB value is (240,249,128). Sum of RGB (Red+Green+Blue) = 240+249+128=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 249 (97.66% from 255 or 40.36% from 617); Blue value is 128 (50.39% from 255 or 20.75% from 617); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F980 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F980 is #0F067F. Grayscale: #E8E8E8. Windows color (decimal): -984704 or 8452592. OLE color: 8452592.

HSL color Cylindrical-coordinate representation of color #F0F980: hue angle of 64.46º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F0F980 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 249 128 -
CMYK 0.04 0 0.49 0.02
HSL 64.46º 0.91% 0.74% -
HSV(B) 64.46º 0.49% 0.98% -
XYZ 73.71 87.84 33.49 -
YUV 232.52 69.02 133.34 -
System Red Green Blue C M Y K H S L
Decimal 240 249 128 0.04 0 0.49 0.02 64.46 0.91 0.74
Hex F0 F9 80 4 0 31 2 40 5B 4A
Octal 360 371 200 4 0 61 2 100 133 112
Binary 11110000 11111001 10000000 100 0 110001 10 1000000 1011011 1001010

Color Harmonies of #F0F980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F980

Black with #F0F980

Text Example


Text Example

White with #F0F980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F980; }

 p { color: rgb(240,249,128); }

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

background-color css

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

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

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

border-color css

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

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

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