#FAE969

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

Shades of Corn #FAE969

Tints of Corn #FAE969

Color information

#FAE969 (or 0xFAE969) is unknown color: approx Corn. HEX triplet: FA, E9 and 69. RGB value is (250,233,105). Sum of RGB (Red+Green+Blue) = 250+233+105=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 233 (91.41% from 255 or 39.63% from 588); Blue value is 105 (41.41% from 255 or 17.86% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE969 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE969 is #051696. Grayscale: #E0E0E0. Windows color (decimal): -333463 or 6941178. OLE color: 6941178.

HSL color Cylindrical-coordinate representation of color #FAE969: hue angle of 52.97º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAE969 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB250233105-
CMYK00.070.580.02
HSL52.97º93.55%69.61%-
HSV(B)52.97º58%98.04%-
XYZ71.1179.6224.99-
YUV223.4961.13146.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.52%
GREEN value IS 233 (91.41% from 255) = 39.63%
BLUE value IS 105 (41.41% from 255) = 17.86%
R=42.52%
G=39.63%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023310500.070.580.0252.9793.5569.61
HexFAE969073A2355e46
Octal3723511510772265136106
Binary1111101011101001110100101111110101011010110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE969; }

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

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

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

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

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

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

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

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