#FDE38E

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

Shades of Vis Vis #FDE38E

Tints of Vis Vis #FDE38E

Color information

#FDE38E (or 0xFDE38E) is unknown color: approx Vis Vis. HEX triplet: FD, E3 and 8E. RGB value is (253,227,142). Sum of RGB (Red+Green+Blue) = 253+227+142=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 227 (89.06% from 255 or 36.50% from 622); Blue value is 142 (55.86% from 255 or 22.83% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE38E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE38E is #021C71. Grayscale: #E1E1E1. Windows color (decimal): -138354 or 9364477. OLE color: 9364477.

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

Color convert

RGB253227142-
CMYK00.100.440.01
HSL45.95º96.52%77.45%-
HSV(B)45.95º43.87%99.22%-
XYZ72.8677.7736.76-
YUV225.0881.11147.91-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.68%
GREEN value IS 227 (89.06% from 255) = 36.50%
BLUE value IS 142 (55.86% from 255) = 22.83%
R=40.68%
G=36.50%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322714200.100.440.0145.9596.5277.45
HexFDE38E0A2C12e614d
Octal37534321601254156141115
Binary11111101111000111000111001010101100110111011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE38E; }

 p { color: rgb(253,227,142); }

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

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

 a { background-color: rgb(253,227,142); }

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

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

 span { border-color: rgb(253,227,142); }

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