#FDE684

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

Shades of Sweet Corn #FDE684

Tints of Sweet Corn #FDE684

Color information

#FDE684 (or 0xFDE684) is unknown color: approx Sweet Corn. HEX triplet: FD, E6 and 84. RGB value is (253,230,132). Sum of RGB (Red+Green+Blue) = 253+230+132=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 230 (90.23% from 255 or 37.40% from 615); Blue value is 132 (51.95% from 255 or 21.46% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE684 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE684 is #02197B. Grayscale: #E2E2E2. Windows color (decimal): -137596 or 8709885. OLE color: 8709885.

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

Color convert

RGB253230132-
CMYK00.090.480.01
HSL48.6º96.8%75.49%-
HSV(B)48.6º47.83%99.22%-
XYZ72.9779.1433.26-
YUV225.775.12147.47-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.14%
GREEN value IS 230 (90.23% from 255) = 37.40%
BLUE value IS 132 (51.95% from 255) = 21.46%
R=41.14%
G=37.40%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323013200.090.480.0148.696.875.49
HexFDE6840930131614b
Octal37534620401160161141113
Binary11111101111001101000010001001110000111000111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE684; }

 p { color: rgb(253,230,132); }

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

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

 a { background-color: rgb(253,230,132); }

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

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

 span { border-color: rgb(253,230,132); }

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