#FFDE75

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

Shades of Sweet Corn #FFDE75

Tints of Sweet Corn #FFDE75

Color information

#FFDE75 (or 0xFFDE75) is unknown color: approx Sweet Corn. HEX triplet: FF, DE and 75. RGB value is (255,222,117). Sum of RGB (Red+Green+Blue) = 255+222+117=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 222 (87.11% from 255 or 37.37% from 594); Blue value is 117 (46.09% from 255 or 19.70% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDE75 is #00218A. Grayscale: #DCDCDC. Windows color (decimal): -8587 or 7724799. OLE color: 7724799.

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

Color convert

RGB255222117-
CMYK00.130.540
HSL45.65º100%72.94%-
HSV(B)45.65º54.12%100%-
XYZ70.5774.7927.55-
YUV219.969.93153.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.93%
GREEN value IS 222 (87.11% from 255) = 37.37%
BLUE value IS 117 (46.09% from 255) = 19.70%
R=42.93%
G=37.37%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522211700.130.54045.6510072.94
HexFFDE750D3602e6449
Octal37733616501566056144111
Binary1111111111011110111010101101110110010111011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDE75; }

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

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

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

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

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

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

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

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