Html Css Color HEX #F5FA80 Tidal

📋 copy color: '#F5FA80'

red 245 ◦ green 250 ◦ blue 128

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

Shades of Tidal #F5FA80

Tints of Tidal #F5FA80

RGB

 RED value IS 245 (96.09% from 255) = 39.33%

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

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

R = 39.33%
G = 40.13%
B = 20.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F5FA80 (or 0xF5FA80) is known color: Tidal. HEX triplet: F5, FA and 80. RGB value is (245,250,128). Sum of RGB (Red+Green+Blue) = 245+250+128=623 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.33% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 128 (50.39% from 255 or 20.55% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FA80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FA80 is #0A057F. Grayscale: #EBEBEB. Windows color (decimal): -656768 or 8452853. OLE color: 8452853.

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

Color convert

RGB 245 250 128 -
CMYK 0.02 0 0.49 0.02
HSL 62.46º 0.92% 0.74% -
HSV(B) 62.46º 0.49% 0.98% -
XYZ 75.74 89.34 33.68 -
YUV 234.6 67.84 135.42 -
System Red Green Blue C M Y K H S L
Decimal 245 250 128 0.02 0 0.49 0.02 62.46 0.92 0.74
Hex F5 FA 80 2 0 31 2 3E 5C 4A
Octal 365 372 200 2 0 61 2 76 134 112
Binary 11110101 11111010 10000000 10 0 110001 10 111110 1011100 1001010

Color Harmonies of #F5FA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FA80

Black with #F5FA80

Text Example


Text Example

White with #F5FA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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