Html Css Color HEX #F0E29B Vis Vis

📋 copy color: '#F0E29B'

red 240 ◦ green 226 ◦ blue 155

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

Shades of Vis Vis #F0E29B

Tints of Vis Vis #F0E29B

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.39%

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

R = 38.65%
G = 36.39%
B = 24.96%

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

#F0E29B (or 0xF0E29B) is known color: Vis Vis. HEX triplet: F0, E2 and 9B. RGB value is (240,226,155). Sum of RGB (Red+Green+Blue) = 240+226+155=621 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.65% from 621); Green value is 226 (88.67% from 255 or 36.39% from 621); Blue value is 155 (60.94% from 255 or 24.96% from 621); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E29B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E29B is #0F1D64. Grayscale: #DEDEDE. Windows color (decimal): -990565 or 10216176. OLE color: 10216176.

HSL color Cylindrical-coordinate representation of color #F0E29B: hue angle of 50.12º 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 #F0E29B is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 226 155 -
CMYK 0 0.06 0.35 0.06
HSL 50.12º 0.74% 0.77% -
HSV(B) 50.12º 0.35% 0.94% -
XYZ 69.05 75.28 41.9 -
YUV 222.09 90.14 140.77 -
System Red Green Blue C M Y K H S L
Decimal 240 226 155 0 0.06 0.35 0.06 50.12 0.74 0.77
Hex F0 E2 9B 0 6 23 6 32 4A 4D
Octal 360 342 233 0 6 43 6 62 112 115
Binary 11110000 11100010 10011011 0 110 100011 110 110010 1001010 1001101

Color Harmonies of #F0E29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E29B

Black with #F0E29B

Text Example


Text Example

White with #F0E29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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