#FAE961

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

Shades of Corn #FAE961

Tints of Corn #FAE961

Color information

#FAE961 (or 0xFAE961) is unknown color: approx Corn. HEX triplet: FA, E9 and 61. RGB value is (250,233,97). Sum of RGB (Red+Green+Blue) = 250+233+97=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 233 (91.41% from 255 or 40.17% from 580); Blue value is 97 (38.28% from 255 or 16.72% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE961 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE961 is #05169E. Grayscale: #DFDFDF. Windows color (decimal): -333471 or 6416890. OLE color: 6416890.

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

Color convert

RGB25023397-
CMYK00.070.610.02
HSL53.33º93.87%68.04%-
HSV(B)53.33º61.2%98.04%-
XYZ70.7279.4622.92-
YUV222.5857.13147.56-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.10%
GREEN value IS 233 (91.41% from 255) = 40.17%
BLUE value IS 97 (38.28% from 255) = 16.72%
R=43.10%
G=40.17%
B=16.72%

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
Decimal2502339700.070.610.0253.3393.8768.04
HexFAE961073D2355e44
Octal3723511410775265136104
Binary1111101011101001110000101111111011011010110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE961; }

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

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

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

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

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

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

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

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