#FDDF7D

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

Shades of Sweet Corn #FDDF7D

Tints of Sweet Corn #FDDF7D

Color information

#FDDF7D (or 0xFDDF7D) is unknown color: approx Sweet Corn. HEX triplet: FD, DF and 7D. RGB value is (253,223,125). Sum of RGB (Red+Green+Blue) = 253+223+125=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 125 (49.22% from 255 or 20.80% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDF7D is #022082. Grayscale: #DDDDDD. Windows color (decimal): -139395 or 8249341. OLE color: 8249341.

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

Color convert

RGB253223125-
CMYK00.120.510.01
HSL45.94º96.97%74.12%-
HSV(B)45.94º50.59%99.22%-
XYZ70.675.1430.18-
YUV220.873.94150.97-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.10%
GREEN value IS 223 (87.5% from 255) = 37.10%
BLUE value IS 125 (49.22% from 255) = 20.80%
R=42.10%
G=37.10%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322312500.120.510.0145.9496.9774.12
HexFDDF7D0C3312e614a
Octal37533717501463156141112
Binary1111110111011111111110101100110011110111011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDF7D; }

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

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

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

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

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

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

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

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