#FAE07A

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

Shades of Sweet Corn #FAE07A

Tints of Sweet Corn #FAE07A

Color information

#FAE07A (or 0xFAE07A) is unknown color: approx Sweet Corn. HEX triplet: FA, E0 and 7A. RGB value is (250,224,122). Sum of RGB (Red+Green+Blue) = 250+224+122=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 122 (48.05% from 255 or 20.47% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE07A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE07A is #051F85. Grayscale: #DCDCDC. Windows color (decimal): -335750 or 8052986. OLE color: 8052986.

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

Color convert

RGB250224122-
CMYK00.100.510.02
HSL47.81º92.75%72.94%-
HSV(B)47.81º51.2%98.04%-
XYZ69.5975.0429.23-
YUV220.1572.61149.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.95%
GREEN value IS 224 (87.89% from 255) = 37.58%
BLUE value IS 122 (48.05% from 255) = 20.47%
R=41.95%
G=37.58%
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.02
SystemRedGreenBlueCMYKHSL
Decimal25022412200.100.510.0247.8192.7572.94
HexFAE07A0A332305d49
Octal37234017201263260135111
Binary11111010111000001111010010101100111011000010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE07A; }

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

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

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

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

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

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

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

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