Html Css Color HEX #F5FA92 Tidal

📋 copy color: '#F5FA92'

red 245 ◦ green 250 ◦ blue 146

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

Shades of Tidal #F5FA92

Tints of Tidal #F5FA92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 22.78%

R = 38.22%
G = 39%
B = 22.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#F5FA92 (or 0xF5FA92) is known color: Tidal. HEX triplet: F5, FA and 92. RGB value is (245,250,146). Sum of RGB (Red+Green+Blue) = 245+250+146=641 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.22% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 146 (57.42% from 255 or 22.78% from 641); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FA92 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FA92 is #0A056D. Grayscale: #EDEDED. Windows color (decimal): -656750 or 9632501. OLE color: 9632501.

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

Color convert

RGB 245 250 146 -
CMYK 0.02 0 0.42 0.02
HSL 62.88º 0.91% 0.78% -
HSV(B) 62.88º 0.42% 0.98% -
XYZ 77.03 89.86 40.48 -
YUV 236.65 76.84 133.96 -
System Red Green Blue C M Y K H S L
Decimal 245 250 146 0.02 0 0.42 0.02 62.88 0.91 0.78
Hex F5 FA 92 2 0 2A 2 3F 5B 4E
Octal 365 372 222 2 0 52 2 77 133 116
Binary 11110101 11111010 10010010 10 0 101010 10 111111 1011011 1001110

Color Harmonies of #F5FA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FA92

Black with #F5FA92

Text Example


Text Example

White with #F5FA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FA92; }

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

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

background-color css

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

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

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

border-color css

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

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

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