#FDE78C

Color #FDE78C Vis Vis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vis Vis #FDE78C

Tints of Vis Vis #FDE78C

Color information

#FDE78C (or 0xFDE78C) is unknown color: approx Vis Vis. HEX triplet: FD, E7 and 8C. RGB value is (253,231,140). Sum of RGB (Red+Green+Blue) = 253+231+140=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 231 (90.62% from 255 or 37.02% from 624); Blue value is 140 (55.08% from 255 or 22.44% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE78C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE78C is #021873. Grayscale: #E3E3E3. Windows color (decimal): -137332 or 9234429. OLE color: 9234429.

HSL color Cylindrical-coordinate representation of color #FDE78C: hue angle of 48.32º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDE78C is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB253231140-
CMYK00.090.450.01
HSL48.32º96.58%77.06%-
HSV(B)48.32º44.66%99.22%-
XYZ73.8279.9336.35-
YUV227.278.79146.4-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.54%
GREEN value IS 231 (90.62% from 255) = 37.02%
BLUE value IS 140 (55.08% from 255) = 22.44%
R=40.54%
G=37.02%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323114000.090.450.0148.3296.5877.06
HexFDE78C092D130614d
Octal37534721401155160141115
Binary11111101111001111000110001001101101111000011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE78C; }

 p { color: rgb(253,231,140); }

 H1.HeaderClassName
 {
   color: #FDE78C;
 }
 .AnyTagClassName
 {
   color: #FDE78C;
 }
</style>
background-color css

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

 a { background-color: rgb(253,231,140); }

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

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

 span { border-color: rgb(253,231,140); }

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