#FCDF79

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

Shades of Sweet Corn #FCDF79

Tints of Sweet Corn #FCDF79

Color information

#FCDF79 (or 0xFCDF79) is unknown color: approx Sweet Corn. HEX triplet: FC, DF and 79. RGB value is (252,223,121). Sum of RGB (Red+Green+Blue) = 252+223+121=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 121 (47.66% from 255 or 20.30% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF79 is #032086. Grayscale: #DCDCDC. Windows color (decimal): -204935 or 7987196. OLE color: 7987196.

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

Color convert

RGB252223121-
CMYK00.120.520.01
HSL46.72º95.62%73.14%-
HSV(B)46.72º51.98%98.82%-
XYZ69.9874.8528.85-
YUV220.0472.11150.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.28%
GREEN value IS 223 (87.5% from 255) = 37.42%
BLUE value IS 121 (47.66% from 255) = 20.30%
R=42.28%
G=37.42%
B=20.30%

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
Decimal25222312100.120.520.0146.7295.6273.14
HexFCDF790C3412f6049
Octal37433717101464157140111
Binary1111110011011111111100101100110100110111111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDF79; }

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

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

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

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

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

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

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

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