#FCE27B

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

Shades of Sweet Corn #FCE27B

Tints of Sweet Corn #FCE27B

Color information

#FCE27B (or 0xFCE27B) is unknown color: approx Sweet Corn. HEX triplet: FC, E2 and 7B. RGB value is (252,226,123). Sum of RGB (Red+Green+Blue) = 252+226+123=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 226 (88.67% from 255 or 37.60% from 601); Blue value is 123 (48.44% from 255 or 20.47% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE27B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE27B is #031D84. Grayscale: #DEDEDE. Windows color (decimal): -204165 or 8119036. OLE color: 8119036.

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

Color convert

RGB252226123-
CMYK00.100.510.01
HSL47.91º95.56%73.53%-
HSV(B)47.91º51.19%98.82%-
XYZ70.9276.5229.77-
YUV222.0372.11149.38-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.93%
GREEN value IS 226 (88.67% from 255) = 37.60%
BLUE value IS 123 (48.44% from 255) = 20.47%
R=41.93%
G=37.60%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222612300.100.510.0147.9195.5673.53
HexFCE27B0A33130604a
Octal37434217301263160140112
Binary1111110011100010111101101010110011111000011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE27B; }

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

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

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

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

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

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

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

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