#FDDF6E

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

Shades of Sweet Corn #FDDF6E

Tints of Sweet Corn #FDDF6E

Color information

#FDDF6E (or 0xFDDF6E) is unknown color: approx Sweet Corn. HEX triplet: FD, DF and 6E. RGB value is (253,223,110). Sum of RGB (Red+Green+Blue) = 253+223+110=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 110 (43.36% from 255 or 18.77% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDF6E is #022091. Grayscale: #DBDBDB. Windows color (decimal): -139410 or 7266301. OLE color: 7266301.

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

Color convert

RGB253223110-
CMYK00.120.570.01
HSL47.41º97.28%71.18%-
HSV(B)47.41º56.52%99.22%-
XYZ69.7174.7825.51-
YUV219.0966.44152.19-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.17%
GREEN value IS 223 (87.5% from 255) = 38.05%
BLUE value IS 110 (43.36% from 255) = 18.77%
R=43.17%
G=38.05%
B=18.77%

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
Decimal25322311000.120.570.0147.4197.2871.18
HexFDDF6E0C3912f6147
Octal37533715601471157141107
Binary1111110111011111110111001100111001110111111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDF6E; }

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

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

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

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

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

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

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

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