#FAE561

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

Shades of Corn #FAE561

Tints of Corn #FAE561

Color information

#FAE561 (or 0xFAE561) is unknown color: approx Corn. HEX triplet: FA, E5 and 61. RGB value is (250,229,97). Sum of RGB (Red+Green+Blue) = 250+229+97=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 229 (89.84% from 255 or 39.76% from 576); Blue value is 97 (38.28% from 255 or 16.84% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE561 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE561 is #051A9E. Grayscale: #DCDCDC. Windows color (decimal): -334495 or 6415866. OLE color: 6415866.

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

Color convert

RGB25022997-
CMYK00.080.610.02
HSL51.76º93.87%68.04%-
HSV(B)51.76º61.2%98.04%-
XYZ69.677.2322.55-
YUV220.2358.46149.23-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.40%
GREEN value IS 229 (89.84% from 255) = 39.76%
BLUE value IS 97 (38.28% from 255) = 16.84%
R=43.40%
G=39.76%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502299700.080.610.0251.7693.8768.04
HexFAE561083D2345e44
Octal37234514101075264136104
Binary11111010111001011100001010001111011011010010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE561; }

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

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

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

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

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

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

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

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