Html Css Color HEX #F5E095 Vis Vis

📋 copy color: '#F5E095'

red 245 ◦ green 224 ◦ blue 149

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

Shades of Vis Vis #F5E095

Tints of Vis Vis #F5E095

RGB

 RED value IS 245 (96.09% from 255) = 39.64%

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

 BLUE value IS 149 (58.59% from 255) = 24.11%

R = 39.64%
G = 36.25%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F5E095 (or 0xF5E095) is known color: Vis Vis. HEX triplet: F5, E0 and 95. RGB value is (245,224,149). Sum of RGB (Red+Green+Blue) = 245+224+149=618 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.64% from 618); Green value is 224 (87.89% from 255 or 36.25% from 618); Blue value is 149 (58.59% from 255 or 24.11% from 618); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E095 is #0A1F6A. Grayscale: #DEDEDE. Windows color (decimal): -663403 or 9822453. OLE color: 9822453.

HSL color Cylindrical-coordinate representation of color #F5E095: hue angle of 46.88º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F5E095 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 224 149 -
CMYK 0 0.09 0.39 0.04
HSL 46.88º 0.83% 0.77% -
HSV(B) 46.88º 0.39% 0.96% -
XYZ 69.74 74.89 39.21 -
YUV 221.73 86.96 144.6 -
System Red Green Blue C M Y K H S L
Decimal 245 224 149 0 0.09 0.39 0.04 46.88 0.83 0.77
Hex F5 E0 95 0 9 27 4 2F 53 4D
Octal 365 340 225 0 11 47 4 57 123 115
Binary 11110101 11100000 10010101 0 1001 100111 100 101111 1010011 1001101

Color Harmonies of #F5E095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E095

Black with #F5E095

Text Example


Text Example

White with #F5E095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E095; }

 p { color: rgb(245,224,149); }

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

background-color css

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

 a { background-color: rgb(245,224,149); }

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

border-color css

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

 span { border-color: rgb(245,224,149); }

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