Html Css Color HEX #F0F996 Tidal

📋 copy color: '#F0F996'

red 240 ◦ green 249 ◦ blue 150

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

Shades of Tidal #F0F996

Tints of Tidal #F0F996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 23.47%

R = 37.56%
G = 38.97%
B = 23.47%

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

#F0F996 (or 0xF0F996) is known color: Tidal. HEX triplet: F0, F9 and 96. RGB value is (240,249,150). Sum of RGB (Red+Green+Blue) = 240+249+150=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 249 (97.66% from 255 or 38.97% from 639); Blue value is 150 (58.98% from 255 or 23.47% from 639); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F996 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F996 is #0F0669. Grayscale: #EBEBEB. Windows color (decimal): -984682 or 9894384. OLE color: 9894384.

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

Color convert

RGB 240 249 150 -
CMYK 0.04 0 0.40 0.02
HSL 65.45º 0.89% 0.78% -
HSV(B) 65.45º 0.4% 0.98% -
XYZ 75.32 88.48 41.96 -
YUV 235.02 80.02 131.55 -
System Red Green Blue C M Y K H S L
Decimal 240 249 150 0.04 0 0.40 0.02 65.45 0.89 0.78
Hex F0 F9 96 4 0 28 2 41 59 4E
Octal 360 371 226 4 0 50 2 101 131 116
Binary 11110000 11111001 10010110 100 0 101000 10 1000001 1011001 1001110

Color Harmonies of #F0F996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F996

Black with #F0F996

Text Example


Text Example

White with #F0F996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F996; }

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

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

background-color css

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

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

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

border-color css

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

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

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