#FAE06C

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

Shades of Sweet Corn #FAE06C

Tints of Sweet Corn #FAE06C

Color information

#FAE06C (or 0xFAE06C) is unknown color: approx Sweet Corn. HEX triplet: FA, E0 and 6C. RGB value is (250,224,108). Sum of RGB (Red+Green+Blue) = 250+224+108=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 224 (87.89% from 255 or 38.49% from 582); Blue value is 108 (42.58% from 255 or 18.56% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE06C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE06C is #051F93. Grayscale: #DBDBDB. Windows color (decimal): -335764 or 7135482. OLE color: 7135482.

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

Color convert

RGB250224108-
CMYK00.100.570.02
HSL49.01º93.42%70.2%-
HSV(B)49.01º56.8%98.04%-
XYZ68.7974.7224.98-
YUV218.5565.61150.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.96%
GREEN value IS 224 (87.89% from 255) = 38.49%
BLUE value IS 108 (42.58% from 255) = 18.56%
R=42.96%
G=38.49%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022410800.100.570.0249.0193.4270.2
HexFAE06C0A392315d46
Octal37234015401271261135106
Binary11111010111000001101100010101110011011000110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE06C; }

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

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

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

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

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

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

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

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