#FAE761

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

Shades of Corn #FAE761

Tints of Corn #FAE761

Color information

#FAE761 (or 0xFAE761) is unknown color: approx Corn. HEX triplet: FA, E7 and 61. RGB value is (250,231,97). Sum of RGB (Red+Green+Blue) = 250+231+97=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 231 (90.62% from 255 or 39.97% from 578); Blue value is 97 (38.28% from 255 or 16.78% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE761 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE761 is #05189E. Grayscale: #DDDDDD. Windows color (decimal): -333983 or 6416378. OLE color: 6416378.

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

Color convert

RGB25023197-
CMYK00.080.610.02
HSL52.55º93.87%68.04%-
HSV(B)52.55º61.2%98.04%-
XYZ70.1678.3422.73-
YUV221.457.79148.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.25%
GREEN value IS 231 (90.62% from 255) = 39.97%
BLUE value IS 97 (38.28% from 255) = 16.78%
R=43.25%
G=39.97%
B=16.78%

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
Decimal2502319700.080.610.0252.5593.8768.04
HexFAE761083D2355e44
Octal37234714101075265136104
Binary11111010111001111100001010001111011011010110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE761; }

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

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

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

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

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

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

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

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