Html Css Color HEX #F0E194 Vis Vis

📋 copy color: '#F0E194'

red 240 ◦ green 225 ◦ blue 148

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

Shades of Vis Vis #F0E194

Tints of Vis Vis #F0E194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.14%

R = 39.15%
G = 36.7%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F0E194 (or 0xF0E194) is known color: Vis Vis. HEX triplet: F0, E1 and 94. RGB value is (240,225,148). Sum of RGB (Red+Green+Blue) = 240+225+148=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 148 (58.20% from 255 or 24.14% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E194 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E194 is #0F1E6B. Grayscale: #DDDDDD. Windows color (decimal): -990828 or 9757168. OLE color: 9757168.

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

Color convert

RGB 240 225 148 -
CMYK 0 0.06 0.38 0.06
HSL 50.22º 0.75% 0.76% -
HSV(B) 50.22º 0.38% 0.94% -
XYZ 68.21 74.51 38.8 -
YUV 220.71 86.97 141.76 -
System Red Green Blue C M Y K H S L
Decimal 240 225 148 0 0.06 0.38 0.06 50.22 0.75 0.76
Hex F0 E1 94 0 6 26 6 32 4B 4C
Octal 360 341 224 0 6 46 6 62 113 114
Binary 11110000 11100001 10010100 0 110 100110 110 110010 1001011 1001100

Color Harmonies of #F0E194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E194

Black with #F0E194

Text Example


Text Example

White with #F0E194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E194; }

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

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

background-color css

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

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

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

border-color css

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

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

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