#FDE678

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

Shades of Sweet Corn #FDE678

Tints of Sweet Corn #FDE678

Color information

#FDE678 (or 0xFDE678) is unknown color: approx Sweet Corn. HEX triplet: FD, E6 and 78. RGB value is (253,230,120). Sum of RGB (Red+Green+Blue) = 253+230+120=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 230 (90.23% from 255 or 38.14% from 603); Blue value is 120 (47.27% from 255 or 19.90% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE678 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE678 is #021987. Grayscale: #E0E0E0. Windows color (decimal): -137608 or 7923453. OLE color: 7923453.

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

Color convert

RGB253230120-
CMYK00.090.530.01
HSL49.62º97.08%73.14%-
HSV(B)49.62º52.57%99.22%-
XYZ72.1978.8329.18-
YUV224.3469.12148.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.96%
GREEN value IS 230 (90.23% from 255) = 38.14%
BLUE value IS 120 (47.27% from 255) = 19.90%
R=41.96%
G=38.14%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323012000.090.530.0149.6297.0873.14
HexFDE67809351326149
Octal37534617001165162141111
Binary1111110111100110111100001001110101111001011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE678; }

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

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

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

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

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

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

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

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