Html Css Color HEX #F0E098 Vis Vis

📋 copy color: '#F0E098'

red 240 ◦ green 224 ◦ blue 152

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

Shades of Vis Vis #F0E098

Tints of Vis Vis #F0E098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 24.68%

R = 38.96%
G = 36.36%
B = 24.68%

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

#F0E098 (or 0xF0E098) is known color: Vis Vis. HEX triplet: F0, E0 and 98. RGB value is (240,224,152). Sum of RGB (Red+Green+Blue) = 240+224+152=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 152 (59.77% from 255 or 24.68% from 616); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E098 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E098 is #0F1F67. Grayscale: #DCDCDC. Windows color (decimal): -991080 or 10019056. OLE color: 10019056.

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

Color convert

RGB 240 224 152 -
CMYK 0 0.07 0.37 0.06
HSL 49.09º 0.75% 0.77% -
HSV(B) 49.09º 0.37% 0.94% -
XYZ 68.26 74.1 40.41 -
YUV 220.58 89.3 141.85 -
System Red Green Blue C M Y K H S L
Decimal 240 224 152 0 0.07 0.37 0.06 49.09 0.75 0.77
Hex F0 E0 98 0 7 25 6 31 4B 4D
Octal 360 340 230 0 7 45 6 61 113 115
Binary 11110000 11100000 10011000 0 111 100101 110 110001 1001011 1001101

Color Harmonies of #F0E098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E098

Black with #F0E098

Text Example


Text Example

White with #F0E098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E098; }

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

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

background-color css

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

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

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

border-color css

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

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

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