Html Css Color HEX #F0E19B Vis Vis

📋 copy color: '#F0E19B'

red 240 ◦ green 225 ◦ blue 155

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

Shades of Vis Vis #F0E19B

Tints of Vis Vis #F0E19B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 25%

R = 38.71%
G = 36.29%
B = 25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0E19B (or 0xF0E19B) is known color: Vis Vis. HEX triplet: F0, E1 and 9B. RGB value is (240,225,155). Sum of RGB (Red+Green+Blue) = 240+225+155=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 225 (88.28% from 255 or 36.29% from 620); Blue value is 155 (60.94% from 255 or 25% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E19B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E19B is #0F1E64. Grayscale: #DDDDDD. Windows color (decimal): -990821 or 10215920. OLE color: 10215920.

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

Color convert

RGB 240 225 155 -
CMYK 0 0.06 0.35 0.06
HSL 49.41º 0.74% 0.77% -
HSV(B) 49.41º 0.35% 0.94% -
XYZ 68.78 74.74 41.81 -
YUV 221.51 90.47 141.19 -
System Red Green Blue C M Y K H S L
Decimal 240 225 155 0 0.06 0.35 0.06 49.41 0.74 0.77
Hex F0 E1 9B 0 6 23 6 31 4A 4D
Octal 360 341 233 0 6 43 6 61 112 115
Binary 11110000 11100001 10011011 0 110 100011 110 110001 1001010 1001101

Color Harmonies of #F0E19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E19B

Black with #F0E19B

Text Example


Text Example

White with #F0E19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E19B; }

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

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

background-color css

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

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

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

border-color css

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

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

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