#FCE481

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

Shades of Sweet Corn #FCE481

Tints of Sweet Corn #FCE481

Color information

#FCE481 (or 0xFCE481) is unknown color: approx Sweet Corn. HEX triplet: FC, E4 and 81. RGB value is (252,228,129). Sum of RGB (Red+Green+Blue) = 252+228+129=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 228 (89.45% from 255 or 37.44% from 609); Blue value is 129 (50.78% from 255 or 21.18% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE481 is #031B7E. Grayscale: #E0E0E0. Windows color (decimal): -203647 or 8512764. OLE color: 8512764.

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

Color convert

RGB252228129-
CMYK00.100.490.01
HSL48.29º95.35%74.71%-
HSV(B)48.29º48.81%98.82%-
XYZ71.8577.7731.99-
YUV223.8974.45148.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.38%
GREEN value IS 228 (89.45% from 255) = 37.44%
BLUE value IS 129 (50.78% from 255) = 21.18%
R=41.38%
G=37.44%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222812900.100.490.0148.2995.3574.71
HexFCE4810A311305f4b
Octal37434420101261160137113
Binary11111100111001001000000101010110001111000010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE481; }

 p { color: rgb(252,228,129); }

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

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

 a { background-color: rgb(252,228,129); }

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

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

 span { border-color: rgb(252,228,129); }

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