#FCDD75

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

Shades of Sweet Corn #FCDD75

Tints of Sweet Corn #FCDD75

Color information

#FCDD75 (or 0xFCDD75) is unknown color: approx Sweet Corn. HEX triplet: FC, DD and 75. RGB value is (252,221,117). Sum of RGB (Red+Green+Blue) = 252+221+117=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 117 (46.09% from 255 or 19.83% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDD75 is #03228A. Grayscale: #DADADA. Windows color (decimal): -205451 or 7724540. OLE color: 7724540.

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

Color convert

RGB252221117-
CMYK00.120.540.01
HSL46.22º95.74%72.35%-
HSV(B)46.22º53.57%98.82%-
XYZ69.2173.6927.41-
YUV218.4170.77151.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.71%
GREEN value IS 221 (86.72% from 255) = 37.46%
BLUE value IS 117 (46.09% from 255) = 19.83%
R=42.71%
G=37.46%
B=19.83%

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
Decimal25222111700.120.540.0146.2295.7472.35
HexFCDD750C3612e6048
Octal37433516501466156140110
Binary1111110011011101111010101100110110110111011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDD75; }

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

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

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

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

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

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

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

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