#FAE67E

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

Shades of Sweet Corn #FAE67E

Tints of Sweet Corn #FAE67E

Color information

#FAE67E (or 0xFAE67E) is unknown color: approx Sweet Corn. HEX triplet: FA, E6 and 7E. RGB value is (250,230,126). Sum of RGB (Red+Green+Blue) = 250+230+126=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 230 (90.23% from 255 or 37.95% from 606); Blue value is 126 (49.61% from 255 or 20.79% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE67E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE67E is #051981. Grayscale: #E0E0E0. Windows color (decimal): -334210 or 8316666. OLE color: 8316666.

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

Color convert

RGB250230126-
CMYK00.080.500.02
HSL50.32º92.54%73.73%-
HSV(B)50.32º49.6%98.04%-
XYZ71.4978.4231.11-
YUV224.1272.63146.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.25%
GREEN value IS 230 (90.23% from 255) = 37.95%
BLUE value IS 126 (49.61% from 255) = 20.79%
R=41.25%
G=37.95%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023012600.080.500.0250.3292.5473.73
HexFAE67E08322325d4a
Octal37234617601062262135112
Binary11111010111001101111110010001100101011001010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE67E; }

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

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

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

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

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

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

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

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