Html Css Color HEX #F0E096 Vis Vis

📋 copy color: '#F0E096'

red 240 ◦ green 224 ◦ blue 150

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

Shades of Vis Vis #F0E096

Tints of Vis Vis #F0E096

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.48%

 BLUE value IS 150 (58.98% from 255) = 24.43%

R = 39.09%
G = 36.48%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F0E096 (or 0xF0E096) is known color: Vis Vis. HEX triplet: F0, E0 and 96. RGB value is (240,224,150). Sum of RGB (Red+Green+Blue) = 240+224+150=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 224 (87.89% from 255 or 36.48% from 614); Blue value is 150 (58.98% from 255 or 24.43% from 614); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E096 is #0F1F69. Grayscale: #DCDCDC. Windows color (decimal): -991082 or 9887984. OLE color: 9887984.

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

Color convert

RGB 240 224 150 -
CMYK 0 0.07 0.37 0.06
HSL 49.33º 0.75% 0.76% -
HSV(B) 49.33º 0.38% 0.94% -
XYZ 68.1 74.04 39.56 -
YUV 220.35 88.3 142.02 -
System Red Green Blue C M Y K H S L
Decimal 240 224 150 0 0.07 0.37 0.06 49.33 0.75 0.76
Hex F0 E0 96 0 7 25 6 31 4B 4C
Octal 360 340 226 0 7 45 6 61 113 114
Binary 11110000 11100000 10010110 0 111 100101 110 110001 1001011 1001100

Color Harmonies of #F0E096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E096

Black with #F0E096

Text Example


Text Example

White with #F0E096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E096; }

 p { color: rgb(240,224,150); }

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

background-color css

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

 a { background-color: rgb(240,224,150); }

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

border-color css

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

 span { border-color: rgb(240,224,150); }

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