Html Css Color HEX #FEE994 Vis Vis

📋 copy color: '#FEE994'

red 254 ◦ green 233 ◦ blue 148

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

Shades of Vis Vis #FEE994

Tints of Vis Vis #FEE994

RGB

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

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

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

R = 40%
G = 36.69%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FEE994 (or 0xFEE994) is known color: Vis Vis. HEX triplet: FE, E9 and 94. RGB value is (254,233,148). Sum of RGB (Red+Green+Blue) = 254+233+148=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 233 (91.41% from 255 or 36.69% from 635); Blue value is 148 (58.20% from 255 or 23.31% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE994 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE994 is #01166B. Grayscale: #E5E5E5. Windows color (decimal): -71276 or 9759230. OLE color: 9759230.

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

Color convert

RGB 254 233 148 -
CMYK 0 0.08 0.42 0.00
HSL 48.11º 0.98% 0.79% -
HSV(B) 48.11º 0.42% 1% -
XYZ 75.36 81.49 39.77 -
YUV 229.59 81.96 145.41 -
System Red Green Blue C M Y K H S L
Decimal 254 233 148 0 0.08 0.42 0.00 48.11 0.98 0.79
Hex FE E9 94 0 8 2A 0 30 62 4F
Octal 376 351 224 0 10 52 0 60 142 117
Binary 11111110 11101001 10010100 0 1000 101010 0 110000 1100010 1001111

Color Harmonies of #FEE994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE994

Black with #FEE994

Text Example


Text Example

White with #FEE994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE994; }

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

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

background-color css

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

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

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

border-color css

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

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

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