Html Css Color HEX #FEE995 Vis Vis

📋 copy color: '#FEE995'

red 254 ◦ green 233 ◦ blue 149

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

Shades of Vis Vis #FEE995

Tints of Vis Vis #FEE995

RGB

 RED value IS 254 (99.61% from 255) = 39.94%

 GREEN value IS 233 (91.41% from 255) = 36.64%

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

R = 39.94%
G = 36.64%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FEE995 (or 0xFEE995) is known color: Vis Vis. HEX triplet: FE, E9 and 95. RGB value is (254,233,149). Sum of RGB (Red+Green+Blue) = 254+233+149=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 233 (91.41% from 255 or 36.64% from 636); Blue value is 149 (58.59% from 255 or 23.43% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE995 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE995 is #01166A. Grayscale: #E6E6E6. Windows color (decimal): -71275 or 9824766. OLE color: 9824766.

HSL color Cylindrical-coordinate representation of color #FEE995: hue angle of 48º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FEE995 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 233 149 -
CMYK 0 0.08 0.41 0.00
HSL 48º 0.98% 0.79% -
HSV(B) 48º 0.41% 1% -
XYZ 75.44 81.52 40.19 -
YUV 229.7 82.46 145.33 -
System Red Green Blue C M Y K H S L
Decimal 254 233 149 0 0.08 0.41 0.00 48 0.98 0.79
Hex FE E9 95 0 8 29 0 30 62 4F
Octal 376 351 225 0 10 51 0 60 142 117
Binary 11111110 11101001 10010101 0 1000 101001 0 110000 1100010 1001111

Color Harmonies of #FEE995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE995

Black with #FEE995

Text Example


Text Example

White with #FEE995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE995; }

 p { color: rgb(254,233,149); }

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

background-color css

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

 a { background-color: rgb(254,233,149); }

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

border-color css

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

 span { border-color: rgb(254,233,149); }

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