Html Css Color HEX #FEE495 Vis Vis

📋 copy color: '#FEE495'

red 254 ◦ green 228 ◦ blue 149

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

Shades of Vis Vis #FEE495

Tints of Vis Vis #FEE495

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.13%

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

R = 40.25%
G = 36.13%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FEE495 (or 0xFEE495) is known color: Vis Vis. HEX triplet: FE, E4 and 95. RGB value is (254,228,149). Sum of RGB (Red+Green+Blue) = 254+228+149=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 228 (89.45% from 255 or 36.13% from 631); Blue value is 149 (58.59% from 255 or 23.61% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE495 is #011B6A. Grayscale: #E3E3E3. Windows color (decimal): -72555 or 9823486. OLE color: 9823486.

HSL color Cylindrical-coordinate representation of color #FEE495: hue angle of 45.14º 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 #FEE495 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 228 149 -
CMYK 0 0.10 0.41 0.00
HSL 45.14º 0.98% 0.79% -
HSV(B) 45.14º 0.41% 1% -
XYZ 74.04 78.73 39.73 -
YUV 226.77 84.11 147.42 -
System Red Green Blue C M Y K H S L
Decimal 254 228 149 0 0.10 0.41 0.00 45.14 0.98 0.79
Hex FE E4 95 0 A 29 0 2D 62 4F
Octal 376 344 225 0 12 51 0 55 142 117
Binary 11111110 11100100 10010101 0 1010 101001 0 101101 1100010 1001111

Color Harmonies of #FEE495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE495

Black with #FEE495

Text Example


Text Example

White with #FEE495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE495; }

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

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

background-color css

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

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

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

border-color css

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

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

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