#FCE382

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

Shades of Sweet Corn #FCE382

Tints of Sweet Corn #FCE382

Color information

#FCE382 (or 0xFCE382) is unknown color: approx Sweet Corn. HEX triplet: FC, E3 and 82. RGB value is (252,227,130). Sum of RGB (Red+Green+Blue) = 252+227+130=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 227 (89.06% from 255 or 37.27% from 609); Blue value is 130 (51.17% from 255 or 21.35% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE382 is #031C7D. Grayscale: #DFDFDF. Windows color (decimal): -203902 or 8578044. OLE color: 8578044.

HSL color Cylindrical-coordinate representation of color #FCE382: hue angle of 47.7º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FCE382 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB252227130-
CMYK00.100.480.01
HSL47.7º95.31%74.9%-
HSV(B)47.7º48.41%98.82%-
XYZ71.6477.2532.25-
YUV223.4275.28148.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.38%
GREEN value IS 227 (89.06% from 255) = 37.27%
BLUE value IS 130 (51.17% from 255) = 21.35%
R=41.38%
G=37.27%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222713000.100.480.0147.795.3174.9
HexFCE3820A301305f4b
Octal37434320201260160137113
Binary11111100111000111000001001010110000111000010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE382; }

 p { color: rgb(252,227,130); }

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

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

 a { background-color: rgb(252,227,130); }

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

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

 span { border-color: rgb(252,227,130); }

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