#FAE67A

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

Shades of Sweet Corn #FAE67A

Tints of Sweet Corn #FAE67A

Color information

#FAE67A (or 0xFAE67A) is unknown color: approx Sweet Corn. HEX triplet: FA, E6 and 7A. RGB value is (250,230,122). Sum of RGB (Red+Green+Blue) = 250+230+122=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 230 (90.23% from 255 or 38.21% from 602); Blue value is 122 (48.05% from 255 or 20.27% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE67A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE67A is #051985. Grayscale: #E0E0E0. Windows color (decimal): -334214 or 8054522. OLE color: 8054522.

HSL color Cylindrical-coordinate representation of color #FAE67A: hue angle of 50.62º 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 #FAE67A is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB250230122-
CMYK00.080.510.02
HSL50.62º92.75%72.94%-
HSV(B)50.62º51.2%98.04%-
XYZ71.2378.3229.78-
YUV223.6770.63146.78-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.53%
GREEN value IS 230 (90.23% from 255) = 38.21%
BLUE value IS 122 (48.05% from 255) = 20.27%
R=41.53%
G=38.21%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023012200.080.510.0250.6292.7572.94
HexFAE67A08332335d49
Octal37234617201063263135111
Binary11111010111001101111010010001100111011001110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE67A; }

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

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

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

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

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

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

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

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