Html Css Color HEX #F0E197 Vis Vis

📋 copy color: '#F0E197'

red 240 ◦ green 225 ◦ blue 151

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

Shades of Vis Vis #F0E197

Tints of Vis Vis #F0E197

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.53%

 BLUE value IS 151 (59.38% from 255) = 24.51%

R = 38.96%
G = 36.53%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F0E197 (or 0xF0E197) is known color: Vis Vis. HEX triplet: F0, E1 and 97. RGB value is (240,225,151). Sum of RGB (Red+Green+Blue) = 240+225+151=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 225 (88.28% from 255 or 36.53% from 616); Blue value is 151 (59.38% from 255 or 24.51% from 616); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E197 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E197 is #0F1E68. Grayscale: #DDDDDD. Windows color (decimal): -990825 or 9953776. OLE color: 9953776.

HSL color Cylindrical-coordinate representation of color #F0E197: hue angle of 49.89º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F0E197 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 225 151 -
CMYK 0 0.06 0.37 0.06
HSL 49.89º 0.75% 0.77% -
HSV(B) 49.89º 0.37% 0.94% -
XYZ 68.45 74.61 40.07 -
YUV 221.05 88.47 141.52 -
System Red Green Blue C M Y K H S L
Decimal 240 225 151 0 0.06 0.37 0.06 49.89 0.75 0.77
Hex F0 E1 97 0 6 25 6 32 4B 4D
Octal 360 341 227 0 6 45 6 62 113 115
Binary 11110000 11100001 10010111 0 110 100101 110 110010 1001011 1001101

Color Harmonies of #F0E197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E197

Black with #F0E197

Text Example


Text Example

White with #F0E197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E197; }

 p { color: rgb(240,225,151); }

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

background-color css

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

 a { background-color: rgb(240,225,151); }

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

border-color css

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

 span { border-color: rgb(240,225,151); }

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