#FCE070

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

Shades of Sweet Corn #FCE070

Tints of Sweet Corn #FCE070

Color information

#FCE070 (or 0xFCE070) is unknown color: approx Sweet Corn. HEX triplet: FC, E0 and 70. RGB value is (252,224,112). Sum of RGB (Red+Green+Blue) = 252+224+112=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 112 (44.14% from 255 or 19.05% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE070 is #031F8F. Grayscale: #DCDCDC. Windows color (decimal): -204688 or 7397628. OLE color: 7397628.

HSL color Cylindrical-coordinate representation of color #FCE070: hue angle of 48º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FCE070 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB252224112-
CMYK00.110.560.01
HSL48º95.89%71.37%-
HSV(B)48º55.56%98.82%-
XYZ69.7375.1826.16-
YUV219.667.28151.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.86%
GREEN value IS 224 (87.89% from 255) = 38.10%
BLUE value IS 112 (44.14% from 255) = 19.05%
R=42.86%
G=38.10%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222411200.110.560.014895.8971.37
HexFCE0700B381306047
Octal37434016001370160140107
Binary1111110011100000111000001011111000111000011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE070; }

 p { color: rgb(252,224,112); }

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

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

 a { background-color: rgb(252,224,112); }

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

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

 span { border-color: rgb(252,224,112); }

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