#FAEE61

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

Shades of Corn #FAEE61

Tints of Corn #FAEE61

Color information

#FAEE61 (or 0xFAEE61) is unknown color: approx Corn. HEX triplet: FA, EE and 61. RGB value is (250,238,97). Sum of RGB (Red+Green+Blue) = 250+238+97=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 97 (38.28% from 255 or 16.58% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEE61 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEE61 is #05119E. Grayscale: #E2E2E2. Windows color (decimal): -332191 or 6418170. OLE color: 6418170.

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

Color convert

RGB25023897-
CMYK00.050.610.02
HSL55.29º93.87%68.04%-
HSV(B)55.29º61.2%98.04%-
XYZ72.1682.3423.4-
YUV225.5155.48145.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.74%
GREEN value IS 238 (93.36% from 255) = 40.68%
BLUE value IS 97 (38.28% from 255) = 16.58%
R=42.74%
G=40.68%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502389700.050.610.0255.2993.8768.04
HexFAEE61053D2375e44
Octal3723561410575267136104
Binary1111101011101110110000101011111011011011110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEE61; }

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

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

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

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

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

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

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

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