#FCDE75

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

Shades of Sweet Corn #FCDE75

Tints of Sweet Corn #FCDE75

Color information

#FCDE75 (or 0xFCDE75) is unknown color: approx Sweet Corn. HEX triplet: FC, DE and 75. RGB value is (252,222,117). Sum of RGB (Red+Green+Blue) = 252+222+117=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 117 (46.09% from 255 or 19.80% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDE75 is #03218A. Grayscale: #DBDBDB. Windows color (decimal): -205195 or 7724796. OLE color: 7724796.

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

Color convert

RGB252222117-
CMYK00.120.540.01
HSL46.67º95.74%72.35%-
HSV(B)46.67º53.57%98.82%-
XYZ69.4874.2227.49-
YUV21970.44151.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.64%
GREEN value IS 222 (87.11% from 255) = 37.56%
BLUE value IS 117 (46.09% from 255) = 19.80%
R=42.64%
G=37.56%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222211700.120.540.0146.6795.7472.35
HexFCDE750C3612f6048
Octal37433616501466157140110
Binary1111110011011110111010101100110110110111111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDE75; }

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

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

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

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

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

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

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

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