#FCE67E

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

Shades of Sweet Corn #FCE67E

Tints of Sweet Corn #FCE67E

Color information

#FCE67E (or 0xFCE67E) is unknown color: approx Sweet Corn. HEX triplet: FC, E6 and 7E. RGB value is (252,230,126). Sum of RGB (Red+Green+Blue) = 252+230+126=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 230 (90.23% from 255 or 37.83% from 608); Blue value is 126 (49.61% from 255 or 20.72% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE67E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE67E is #031981. Grayscale: #E1E1E1. Windows color (decimal): -203138 or 8316668. OLE color: 8316668.

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

Color convert

RGB252230126-
CMYK00.090.50.01
HSL49.52º95.45%74.12%-
HSV(B)49.52º50%98.82%-
XYZ72.2178.831.14-
YUV224.7272.29147.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.45%
GREEN value IS 230 (90.23% from 255) = 37.83%
BLUE value IS 126 (49.61% from 255) = 20.72%
R=41.45%
G=37.83%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.5
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223012600.090.50.0149.5295.4574.12
HexFCE67E09321325f4a
Octal37434617601162162137112
Binary1111110011100110111111001001110010111001010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE67E; }

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

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

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

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

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

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

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

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