#FCDE79

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

Shades of Sweet Corn #FCDE79

Tints of Sweet Corn #FCDE79

Color information

#FCDE79 (or 0xFCDE79) is unknown color: approx Sweet Corn. HEX triplet: FC, DE and 79. RGB value is (252,222,121). Sum of RGB (Red+Green+Blue) = 252+222+121=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 121 (47.66% from 255 or 20.34% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDE79 is #032186. Grayscale: #DBDBDB. Windows color (decimal): -205191 or 7986940. OLE color: 7986940.

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

Color convert

RGB252222121-
CMYK00.120.520.01
HSL46.26º95.62%73.14%-
HSV(B)46.26º51.98%98.82%-
XYZ69.7274.3228.76-
YUV219.4672.44151.21-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.35%
GREEN value IS 222 (87.11% from 255) = 37.31%
BLUE value IS 121 (47.66% from 255) = 20.34%
R=42.35%
G=37.31%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222212100.120.520.0146.2695.6273.14
HexFCDE790C3412e6049
Octal37433617101464156140111
Binary1111110011011110111100101100110100110111011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDE79; }

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

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

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

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

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

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

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

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