#FCE17A

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

Shades of Sweet Corn #FCE17A

Tints of Sweet Corn #FCE17A

Color information

#FCE17A (or 0xFCE17A) is unknown color: approx Sweet Corn. HEX triplet: FC, E1 and 7A. RGB value is (252,225,122). Sum of RGB (Red+Green+Blue) = 252+225+122=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 225 (88.28% from 255 or 37.56% from 599); Blue value is 122 (48.05% from 255 or 20.37% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE17A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE17A is #031E85. Grayscale: #DDDDDD. Windows color (decimal): -204422 or 8053244. OLE color: 8053244.

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

Color convert

RGB252225122-
CMYK00.110.520.01
HSL47.54º95.59%73.33%-
HSV(B)47.54º51.59%98.82%-
XYZ70.5875.9529.35-
YUV221.3371.95149.88-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.07%
GREEN value IS 225 (88.28% from 255) = 37.56%
BLUE value IS 122 (48.05% from 255) = 20.37%
R=42.07%
G=37.56%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222512200.110.520.0147.5495.5973.33
HexFCE17A0B341306049
Octal37434117201364160140111
Binary1111110011100001111101001011110100111000011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE17A; }

 p { color: rgb(252,225,122); }

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

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

 a { background-color: rgb(252,225,122); }

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

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

 span { border-color: rgb(252,225,122); }

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