#FAE27C

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

Shades of Sweet Corn #FAE27C

Tints of Sweet Corn #FAE27C

Color information

#FAE27C (or 0xFAE27C) is unknown color: approx Sweet Corn. HEX triplet: FA, E2 and 7C. RGB value is (250,226,124). Sum of RGB (Red+Green+Blue) = 250+226+124=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 226 (88.67% from 255 or 37.67% from 600); Blue value is 124 (48.83% from 255 or 20.67% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE27C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE27C is #051D83. Grayscale: #DDDDDD. Windows color (decimal): -335236 or 8184570. OLE color: 8184570.

HSL color Cylindrical-coordinate representation of color #FAE27C: hue angle of 48.57º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAE27C is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB250226124-
CMYK00.100.500.02
HSL48.57º92.65%73.33%-
HSV(B)48.57º50.4%98.04%-
XYZ70.2676.1730.07-
YUV221.5572.95148.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.67%
GREEN value IS 226 (88.67% from 255) = 37.67%
BLUE value IS 124 (48.83% from 255) = 20.67%
R=41.67%
G=37.67%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022612400.100.500.0248.5792.6573.33
HexFAE27C0A322315d49
Octal37234217401262261135111
Binary11111010111000101111100010101100101011000110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE27C; }

 p { color: rgb(250,226,124); }

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

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

 a { background-color: rgb(250,226,124); }

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

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

 span { border-color: rgb(250,226,124); }

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