#FDE681

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

Shades of Sweet Corn #FDE681

Tints of Sweet Corn #FDE681

Color information

#FDE681 (or 0xFDE681) is unknown color: approx Sweet Corn. HEX triplet: FD, E6 and 81. RGB value is (253,230,129). Sum of RGB (Red+Green+Blue) = 253+230+129=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 230 (90.23% from 255 or 37.58% from 612); Blue value is 129 (50.78% from 255 or 21.08% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE681 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE681 is #02197E. Grayscale: #E1E1E1. Windows color (decimal): -137599 or 8513277. OLE color: 8513277.

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

Color convert

RGB253230129-
CMYK00.090.490.01
HSL48.87º96.88%74.9%-
HSV(B)48.87º49.01%99.22%-
XYZ72.7779.0632.19-
YUV225.3673.62147.71-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.34%
GREEN value IS 230 (90.23% from 255) = 37.58%
BLUE value IS 129 (50.78% from 255) = 21.08%
R=41.34%
G=37.58%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323012900.090.490.0148.8796.8874.9
HexFDE6810931131614b
Octal37534620101161161141113
Binary11111101111001101000000101001110001111000111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE681; }

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

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

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

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

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

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

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

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