#FDDE75

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

Shades of Sweet Corn #FDDE75

Tints of Sweet Corn #FDDE75

Color information

#FDDE75 (or 0xFDDE75) is unknown color: approx Sweet Corn. HEX triplet: FD, DE and 75. RGB value is (253,222,117). Sum of RGB (Red+Green+Blue) = 253+222+117=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 117 (46.09% from 255 or 19.76% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDE75 is #02218A. Grayscale: #DBDBDB. Windows color (decimal): -139659 or 7724797. OLE color: 7724797.

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

Color convert

RGB253222117-
CMYK00.120.540.01
HSL46.32º97.14%72.55%-
HSV(B)46.32º53.75%99.22%-
XYZ69.8474.4127.51-
YUV219.370.27152.04-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.74%
GREEN value IS 222 (87.11% from 255) = 37.5%
BLUE value IS 117 (46.09% from 255) = 19.76%
R=42.74%
G=37.5%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322211700.120.540.0146.3297.1472.55
HexFDDE750C3612e6149
Octal37533616501466156141111
Binary1111110111011110111010101100110110110111011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDE75; }

 p { color: rgb(253,222,117); }

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

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

 a { background-color: rgb(253,222,117); }

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

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

 span { border-color: rgb(253,222,117); }

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