Html Css Color HEX #F0E29D Vis Vis

📋 copy color: '#F0E29D'

red 240 ◦ green 226 ◦ blue 157

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

Shades of Vis Vis #F0E29D

Tints of Vis Vis #F0E29D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 25.2%

R = 38.52%
G = 36.28%
B = 25.2%

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

#F0E29D (or 0xF0E29D) is known color: Vis Vis. HEX triplet: F0, E2 and 9D. RGB value is (240,226,157). Sum of RGB (Red+Green+Blue) = 240+226+157=623 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.52% from 623); Green value is 226 (88.67% from 255 or 36.28% from 623); Blue value is 157 (61.72% from 255 or 25.20% from 623); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E29D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E29D is #0F1D62. Grayscale: #DEDEDE. Windows color (decimal): -990563 or 10347248. OLE color: 10347248.

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

Color convert

RGB 240 226 157 -
CMYK 0 0.06 0.35 0.06
HSL 49.88º 0.73% 0.78% -
HSV(B) 49.88º 0.35% 0.94% -
XYZ 69.22 75.35 42.79 -
YUV 222.32 91.14 140.61 -
System Red Green Blue C M Y K H S L
Decimal 240 226 157 0 0.06 0.35 0.06 49.88 0.73 0.78
Hex F0 E2 9D 0 6 23 6 32 49 4E
Octal 360 342 235 0 6 43 6 62 111 116
Binary 11110000 11100010 10011101 0 110 100011 110 110010 1001001 1001110

Color Harmonies of #F0E29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E29D

Black with #F0E29D

Text Example


Text Example

White with #F0E29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E29D; }

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

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

background-color css

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

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

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

border-color css

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

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

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