#FDE57D

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

Shades of Sweet Corn #FDE57D

Tints of Sweet Corn #FDE57D

Color information

#FDE57D (or 0xFDE57D) is unknown color: approx Sweet Corn. HEX triplet: FD, E5 and 7D. RGB value is (253,229,125). Sum of RGB (Red+Green+Blue) = 253+229+125=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 229 (89.84% from 255 or 37.73% from 607); Blue value is 125 (49.22% from 255 or 20.59% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE57D is #021A82. Grayscale: #E0E0E0. Windows color (decimal): -137859 or 8250877. OLE color: 8250877.

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

Color convert

RGB253229125-
CMYK00.090.510.01
HSL48.75º96.97%74.12%-
HSV(B)48.75º50.59%99.22%-
XYZ72.2378.430.73-
YUV224.3271.95148.46-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.68%
GREEN value IS 229 (89.84% from 255) = 37.73%
BLUE value IS 125 (49.22% from 255) = 20.59%
R=41.68%
G=37.73%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322912500.090.510.0148.7596.9774.12
HexFDE57D0933131614a
Octal37534517501163161141112
Binary1111110111100101111110101001110011111000111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE57D; }

 p { color: rgb(253,229,125); }

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

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

 a { background-color: rgb(253,229,125); }

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

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

 span { border-color: rgb(253,229,125); }

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