Html Css Color HEX #F0F995 Tidal

📋 copy color: '#F0F995'

red 240 ◦ green 249 ◦ blue 149

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

Shades of Tidal #F0F995

Tints of Tidal #F0F995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 23.35%

R = 37.62%
G = 39.03%
B = 23.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F0F995 (or 0xF0F995) is known color: Tidal. HEX triplet: F0, F9 and 95. RGB value is (240,249,149). Sum of RGB (Red+Green+Blue) = 240+249+149=638 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.62% from 638); Green value is 249 (97.66% from 255 or 39.03% from 638); Blue value is 149 (58.59% from 255 or 23.35% from 638); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F995 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F995 is #0F066A. Grayscale: #EBEBEB. Windows color (decimal): -984683 or 9828848. OLE color: 9828848.

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

Color convert

RGB 240 249 149 -
CMYK 0.04 0 0.40 0.02
HSL 65.4º 0.89% 0.78% -
HSV(B) 65.4º 0.4% 0.98% -
XYZ 75.24 88.45 41.54 -
YUV 234.91 79.52 131.63 -
System Red Green Blue C M Y K H S L
Decimal 240 249 149 0.04 0 0.40 0.02 65.4 0.89 0.78
Hex F0 F9 95 4 0 28 2 41 59 4E
Octal 360 371 225 4 0 50 2 101 131 116
Binary 11110000 11111001 10010101 100 0 101000 10 1000001 1011001 1001110

Color Harmonies of #F0F995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F995

Black with #F0F995

Text Example


Text Example

White with #F0F995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F995; }

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

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

background-color css

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

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

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

border-color css

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

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

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