#FAEF5D

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

Shades of Corn #FAEF5D

Tints of Corn #FAEF5D

Color information

#FAEF5D (or 0xFAEF5D) is unknown color: approx Corn. HEX triplet: FA, EF and 5D. RGB value is (250,239,93). Sum of RGB (Red+Green+Blue) = 250+239+93=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 239 (93.75% from 255 or 41.07% from 582); Blue value is 93 (36.72% from 255 or 15.98% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEF5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEF5D is #0510A2. Grayscale: #E2E2E2. Windows color (decimal): -331939 or 6156282. OLE color: 6156282.

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

Color convert

RGB25023993-
CMYK00.040.630.02
HSL55.8º94.01%67.25%-
HSV(B)55.8º62.8%98.04%-
XYZ72.2782.8522.54-
YUV225.6453.14145.37-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.96%
GREEN value IS 239 (93.75% from 255) = 41.07%
BLUE value IS 93 (36.72% from 255) = 15.98%
R=42.96%
G=41.07%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502399300.040.630.0255.894.0167.25
HexFAEF5D043F2385e43
Octal3723571350477270136103
Binary1111101011101111101110101001111111011100010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEF5D; }

 p { color: rgb(250,239,93); }

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

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

 a { background-color: rgb(250,239,93); }

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

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

 span { border-color: rgb(250,239,93); }

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