#FCE275

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

Shades of Sweet Corn #FCE275

Tints of Sweet Corn #FCE275

Color information

#FCE275 (or 0xFCE275) is unknown color: approx Sweet Corn. HEX triplet: FC, E2 and 75. RGB value is (252,226,117). Sum of RGB (Red+Green+Blue) = 252+226+117=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 226 (88.67% from 255 or 37.98% from 595); Blue value is 117 (46.09% from 255 or 19.66% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE275 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE275 is #031D8A. Grayscale: #DDDDDD. Windows color (decimal): -204171 or 7725820. OLE color: 7725820.

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

Color convert

RGB252226117-
CMYK00.100.540.01
HSL48.44º95.74%72.35%-
HSV(B)48.44º53.57%98.82%-
XYZ70.5576.3727.85-
YUV221.3569.11149.86-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.35%
GREEN value IS 226 (88.67% from 255) = 37.98%
BLUE value IS 117 (46.09% from 255) = 19.66%
R=42.35%
G=37.98%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222611700.100.540.0148.4495.7472.35
HexFCE2750A361306048
Octal37434216501266160140110
Binary1111110011100010111010101010110110111000011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE275; }

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

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

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

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

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

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

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

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