Html Css Color HEX #FEE494 Vis Vis

📋 copy color: '#FEE494'

red 254 ◦ green 228 ◦ blue 148

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

Shades of Vis Vis #FEE494

Tints of Vis Vis #FEE494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 23.49%

R = 40.32%
G = 36.19%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FEE494 (or 0xFEE494) is known color: Vis Vis. HEX triplet: FE, E4 and 94. RGB value is (254,228,148). Sum of RGB (Red+Green+Blue) = 254+228+148=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 228 (89.45% from 255 or 36.19% from 630); Blue value is 148 (58.20% from 255 or 23.49% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE494 is #011B6B. Grayscale: #E2E2E2. Windows color (decimal): -72556 or 9757950. OLE color: 9757950.

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

Color convert

RGB 254 228 148 -
CMYK 0 0.10 0.42 0.00
HSL 45.28º 0.98% 0.79% -
HSV(B) 45.28º 0.42% 1% -
XYZ 73.96 78.7 39.31 -
YUV 226.65 83.61 147.5 -
System Red Green Blue C M Y K H S L
Decimal 254 228 148 0 0.10 0.42 0.00 45.28 0.98 0.79
Hex FE E4 94 0 A 2A 0 2D 62 4F
Octal 376 344 224 0 12 52 0 55 142 117
Binary 11111110 11100100 10010100 0 1010 101010 0 101101 1100010 1001111

Color Harmonies of #FEE494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE494

Black with #FEE494

Text Example


Text Example

White with #FEE494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE494; }

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

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

background-color css

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

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

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

border-color css

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

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

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