#FAE281

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

Shades of Sweet Corn #FAE281

Tints of Sweet Corn #FAE281

Color information

#FAE281 (or 0xFAE281) is unknown color: approx Sweet Corn. HEX triplet: FA, E2 and 81. RGB value is (250,226,129). Sum of RGB (Red+Green+Blue) = 250+226+129=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 226 (88.67% from 255 or 37.36% from 605); Blue value is 129 (50.78% from 255 or 21.32% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE281 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE281 is #051D7E. Grayscale: #DEDEDE. Windows color (decimal): -335231 or 8512250. OLE color: 8512250.

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

Color convert

RGB250226129-
CMYK00.100.480.02
HSL48.1º92.37%74.31%-
HSV(B)48.1º48.4%98.04%-
XYZ70.5876.331.78-
YUV222.1275.45147.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.32%
GREEN value IS 226 (88.67% from 255) = 37.36%
BLUE value IS 129 (50.78% from 255) = 21.32%
R=41.32%
G=37.36%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022612900.100.480.0248.192.3774.31
HexFAE2810A302305c4a
Octal37234220101260260134112
Binary111110101110001010000001010101100001011000010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE281; }

 p { color: rgb(250,226,129); }

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

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

 a { background-color: rgb(250,226,129); }

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

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

 span { border-color: rgb(250,226,129); }

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