#FDDE6C

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

Shades of Sweet Corn #FDDE6C

Tints of Sweet Corn #FDDE6C

Color information

#FDDE6C (or 0xFDDE6C) is unknown color: approx Sweet Corn. HEX triplet: FD, DE and 6C. RGB value is (253,222,108). Sum of RGB (Red+Green+Blue) = 253+222+108=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 108 (42.58% from 255 or 18.52% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDE6C is #022193. Grayscale: #DADADA. Windows color (decimal): -139668 or 7134973. OLE color: 7134973.

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

Color convert

RGB253222108-
CMYK00.120.570.01
HSL47.17º97.32%70.78%-
HSV(B)47.17º57.31%99.22%-
XYZ69.3474.2124.86-
YUV218.2765.77152.77-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.40%
GREEN value IS 222 (87.11% from 255) = 38.08%
BLUE value IS 108 (42.58% from 255) = 18.52%
R=43.40%
G=38.08%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322210800.120.570.0147.1797.3270.78
HexFDDE6C0C3912f6147
Octal37533615401471157141107
Binary1111110111011110110110001100111001110111111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDE6C; }

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

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

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

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

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

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

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

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