#FAE661

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

Shades of Corn #FAE661

Tints of Corn #FAE661

Color information

#FAE661 (or 0xFAE661) is unknown color: approx Corn. HEX triplet: FA, E6 and 61. RGB value is (250,230,97). Sum of RGB (Red+Green+Blue) = 250+230+97=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 230 (90.23% from 255 or 39.86% from 577); Blue value is 97 (38.28% from 255 or 16.81% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE661 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE661 is #05199E. Grayscale: #DDDDDD. Windows color (decimal): -334239 or 6416122. OLE color: 6416122.

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

Color convert

RGB25023097-
CMYK00.080.610.02
HSL52.16º93.87%68.04%-
HSV(B)52.16º61.2%98.04%-
XYZ69.8877.7822.64-
YUV220.8258.13148.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.33%
GREEN value IS 230 (90.23% from 255) = 39.86%
BLUE value IS 97 (38.28% from 255) = 16.81%
R=43.33%
G=39.86%
B=16.81%

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
Decimal2502309700.080.610.0252.1693.8768.04
HexFAE661083D2345e44
Octal37234614101075264136104
Binary11111010111001101100001010001111011011010010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE661; }

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

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

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

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

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

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

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

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