#FDE683

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

Shades of Sweet Corn #FDE683

Tints of Sweet Corn #FDE683

Color information

#FDE683 (or 0xFDE683) is unknown color: approx Sweet Corn. HEX triplet: FD, E6 and 83. RGB value is (253,230,131). Sum of RGB (Red+Green+Blue) = 253+230+131=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 230 (90.23% from 255 or 37.46% from 614); Blue value is 131 (51.56% from 255 or 21.34% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE683 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE683 is #02197C. Grayscale: #E2E2E2. Windows color (decimal): -137597 or 8644349. OLE color: 8644349.

HSL color Cylindrical-coordinate representation of color #FDE683: hue angle of 48.69º 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 #FDE683 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB253230131-
CMYK00.090.480.01
HSL48.69º96.83%75.29%-
HSV(B)48.69º48.22%99.22%-
XYZ72.979.1132.9-
YUV225.5974.62147.55-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.21%
GREEN value IS 230 (90.23% from 255) = 37.46%
BLUE value IS 131 (51.56% from 255) = 21.34%
R=41.21%
G=37.46%
B=21.34%

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
Decimal25323013100.090.480.0148.6996.8375.29
HexFDE6830930131614b
Octal37534620301160161141113
Binary11111101111001101000001101001110000111000111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE683; }

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

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

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

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

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

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

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

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