#FAE07F

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

Shades of Sweet Corn #FAE07F

Tints of Sweet Corn #FAE07F

Color information

#FAE07F (or 0xFAE07F) is unknown color: approx Sweet Corn. HEX triplet: FA, E0 and 7F. RGB value is (250,224,127). Sum of RGB (Red+Green+Blue) = 250+224+127=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 127 (50% from 255 or 21.13% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE07F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE07F is #051F80. Grayscale: #DDDDDD. Windows color (decimal): -335745 or 8380666. OLE color: 8380666.

HSL color Cylindrical-coordinate representation of color #FAE07F: hue angle of 47.32º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FAE07F is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB250224127-
CMYK00.100.490.02
HSL47.32º92.48%73.92%-
HSV(B)47.32º49.2%98.04%-
XYZ69.9175.1730.9-
YUV220.7275.11148.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.60%
GREEN value IS 224 (87.89% from 255) = 37.27%
BLUE value IS 127 (50% from 255) = 21.13%
R=41.60%
G=37.27%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022412700.100.490.0247.3292.4873.92
HexFAE07F0A3122f5c4a
Octal37234017701261257134112
Binary11111010111000001111111010101100011010111110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE07F; }

 p { color: rgb(250,224,127); }

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

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

 a { background-color: rgb(250,224,127); }

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

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

 span { border-color: rgb(250,224,127); }

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