#FCDC75

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

Shades of Sweet Corn #FCDC75

Tints of Sweet Corn #FCDC75

Color information

#FCDC75 (or 0xFCDC75) is unknown color: approx Sweet Corn. HEX triplet: FC, DC and 75. RGB value is (252,220,117). Sum of RGB (Red+Green+Blue) = 252+220+117=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 117 (46.09% from 255 or 19.86% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC75 is #03238A. Grayscale: #DADADA. Windows color (decimal): -205707 or 7724284. OLE color: 7724284.

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

Color convert

RGB252220117-
CMYK00.130.540.01
HSL45.78º95.74%72.35%-
HSV(B)45.78º53.57%98.82%-
XYZ68.9573.1727.32-
YUV217.8371.1152.38-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.78%
GREEN value IS 220 (86.33% from 255) = 37.35%
BLUE value IS 117 (46.09% from 255) = 19.86%
R=42.78%
G=37.35%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222011700.130.540.0145.7895.7472.35
HexFCDC750D3612e6048
Octal37433416501566156140110
Binary1111110011011100111010101101110110110111011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDC75; }

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

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

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

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

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

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

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

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