#FAE66E

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

Shades of Sweet Corn #FAE66E

Tints of Sweet Corn #FAE66E

Color information

#FAE66E (or 0xFAE66E) is unknown color: approx Sweet Corn. HEX triplet: FA, E6 and 6E. RGB value is (250,230,110). Sum of RGB (Red+Green+Blue) = 250+230+110=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 230 (90.23% from 255 or 38.98% from 590); Blue value is 110 (43.36% from 255 or 18.64% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE66E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE66E is #051991. Grayscale: #DEDEDE. Windows color (decimal): -334226 or 7268090. OLE color: 7268090.

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

Color convert

RGB250230110-
CMYK00.080.560.02
HSL51.43º93.33%70.59%-
HSV(B)51.43º56%98.04%-
XYZ70.5478.0426.1-
YUV222.364.63147.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.37%
GREEN value IS 230 (90.23% from 255) = 38.98%
BLUE value IS 110 (43.36% from 255) = 18.64%
R=42.37%
G=38.98%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023011000.080.560.0251.4393.3370.59
HexFAE66E08382335d47
Octal37234615601070263135107
Binary11111010111001101101110010001110001011001110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE66E; }

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

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

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

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

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

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

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

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