#FCE675

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

Shades of Sweet Corn #FCE675

Tints of Sweet Corn #FCE675

Color information

#FCE675 (or 0xFCE675) is unknown color: approx Sweet Corn. HEX triplet: FC, E6 and 75. RGB value is (252,230,117). Sum of RGB (Red+Green+Blue) = 252+230+117=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 230 (90.23% from 255 or 38.40% from 599); Blue value is 117 (46.09% from 255 or 19.53% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE675 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE675 is #03198A. Grayscale: #E0E0E0. Windows color (decimal): -203147 or 7726844. OLE color: 7726844.

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

Color convert

RGB252230117-
CMYK00.090.540.01
HSL50.22º95.74%72.35%-
HSV(B)50.22º53.57%98.82%-
XYZ71.6578.5728.22-
YUV223.767.79148.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.07%
GREEN value IS 230 (90.23% from 255) = 38.40%
BLUE value IS 117 (46.09% from 255) = 19.53%
R=42.07%
G=38.40%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223011700.090.540.0150.2295.7472.35
HexFCE67509361326048
Octal37434616501166162140110
Binary1111110011100110111010101001110110111001011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE675; }

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

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

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

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

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

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

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

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