Html Css Color HEX #F0FA80 Tidal

📋 copy color: '#F0FA80'

red 240 ◦ green 250 ◦ blue 128

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

Shades of Tidal #F0FA80

Tints of Tidal #F0FA80

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.45%

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

R = 38.83%
G = 40.45%
B = 20.71%

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

#F0FA80 (or 0xF0FA80) is known color: Tidal. HEX triplet: F0, FA and 80. RGB value is (240,250,128). Sum of RGB (Red+Green+Blue) = 240+250+128=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 128 (50.39% from 255 or 20.71% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FA80 is #0F057F. Grayscale: #E9E9E9. Windows color (decimal): -984448 or 8452848. OLE color: 8452848.

HSL color Cylindrical-coordinate representation of color #F0FA80: hue angle of 64.92º degrees, saturation: 0.92, 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 #F0FA80 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 250 128 -
CMYK 0.04 0 0.49 0.02
HSL 64.92º 0.92% 0.74% -
HSV(B) 64.92º 0.49% 0.98% -
XYZ 74.02 88.45 33.59 -
YUV 233.1 68.69 132.92 -
System Red Green Blue C M Y K H S L
Decimal 240 250 128 0.04 0 0.49 0.02 64.92 0.92 0.74
Hex F0 FA 80 4 0 31 2 41 5C 4A
Octal 360 372 200 4 0 61 2 101 134 112
Binary 11110000 11111010 10000000 100 0 110001 10 1000001 1011100 1001010

Color Harmonies of #F0FA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FA80

Black with #F0FA80

Text Example


Text Example

White with #F0FA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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