#FAE070

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

Shades of Sweet Corn #FAE070

Tints of Sweet Corn #FAE070

Color information

#FAE070 (or 0xFAE070) is unknown color: approx Sweet Corn. HEX triplet: FA, E0 and 70. RGB value is (250,224,112). Sum of RGB (Red+Green+Blue) = 250+224+112=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 112 (44.14% from 255 or 19.11% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE070 is #051F8F. Grayscale: #DBDBDB. Windows color (decimal): -335760 or 7397626. OLE color: 7397626.

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

Color convert

RGB250224112-
CMYK00.100.550.02
HSL48.7º93.24%70.98%-
HSV(B)48.7º55.2%98.04%-
XYZ6974.8126.13-
YUV219.0167.61150.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.66%
GREEN value IS 224 (87.89% from 255) = 38.23%
BLUE value IS 112 (44.14% from 255) = 19.11%
R=42.66%
G=38.23%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022411200.100.550.0248.793.2470.98
HexFAE0700A372315d47
Octal37234016001267261135107
Binary11111010111000001110000010101101111011000110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE070; }

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

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

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

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

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

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

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

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