#FAE861

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

Shades of Corn #FAE861

Tints of Corn #FAE861

Color information

#FAE861 (or 0xFAE861) is unknown color: approx Corn. HEX triplet: FA, E8 and 61. RGB value is (250,232,97). Sum of RGB (Red+Green+Blue) = 250+232+97=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 232 (91.02% from 255 or 40.07% from 579); Blue value is 97 (38.28% from 255 or 16.75% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE861 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE861 is #05179E. Grayscale: #DEDEDE. Windows color (decimal): -333727 or 6416634. OLE color: 6416634.

HSL color Cylindrical-coordinate representation of color #FAE861: hue angle of 52.94º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FAE861 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB25023297-
CMYK00.070.610.02
HSL52.94º93.87%68.04%-
HSV(B)52.94º61.2%98.04%-
XYZ70.4478.922.83-
YUV221.9957.46147.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.18%
GREEN value IS 232 (91.02% from 255) = 40.07%
BLUE value IS 97 (38.28% from 255) = 16.75%
R=43.18%
G=40.07%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502329700.070.610.0252.9493.8768.04
HexFAE861073D2355e44
Octal3723501410775265136104
Binary1111101011101000110000101111111011011010110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE861; }

 p { color: rgb(250,232,97); }

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

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

 a { background-color: rgb(250,232,97); }

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

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

 span { border-color: rgb(250,232,97); }

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