#FDDC6E

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

Shades of Sweet Corn #FDDC6E

Tints of Sweet Corn #FDDC6E

Color information

#FDDC6E (or 0xFDDC6E) is unknown color: approx Sweet Corn. HEX triplet: FD, DC and 6E. RGB value is (253,220,110). Sum of RGB (Red+Green+Blue) = 253+220+110=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 110 (43.36% from 255 or 18.87% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDC6E is #022391. Grayscale: #D9D9D9. Windows color (decimal): -140178 or 7265533. OLE color: 7265533.

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

Color convert

RGB253220110-
CMYK00.130.570.01
HSL46.15º97.28%71.18%-
HSV(B)46.15º56.52%99.22%-
XYZ68.9273.1925.25-
YUV217.3367.43153.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.40%
GREEN value IS 220 (86.33% from 255) = 37.74%
BLUE value IS 110 (43.36% from 255) = 18.87%
R=43.40%
G=37.74%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322011000.130.570.0146.1597.2871.18
HexFDDC6E0D3912e6147
Octal37533415601571156141107
Binary1111110111011100110111001101111001110111011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDC6E; }

 p { color: rgb(253,220,110); }

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

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

 a { background-color: rgb(253,220,110); }

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

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

 span { border-color: rgb(253,220,110); }

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