#FAED68

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

Shades of Corn #FAED68

Tints of Corn #FAED68

Color information

#FAED68 (or 0xFAED68) is unknown color: approx Corn. HEX triplet: FA, ED and 68. RGB value is (250,237,104). Sum of RGB (Red+Green+Blue) = 250+237+104=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 104 (41.02% from 255 or 17.60% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FAED68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAED68 is #051297. Grayscale: #E2E2E2. Windows color (decimal): -332440 or 6876666. OLE color: 6876666.

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

Color convert

RGB250237104-
CMYK00.050.580.02
HSL54.66º93.59%69.41%-
HSV(B)54.66º58.4%98.04%-
XYZ72.2181.8925.1-
YUV225.7259.31145.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.30%
GREEN value IS 237 (92.97% from 255) = 40.10%
BLUE value IS 104 (41.02% from 255) = 17.60%
R=42.30%
G=40.10%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023710400.050.580.0254.6693.5969.41
HexFAED68053A2375e45
Octal3723551500572267136105
Binary1111101011101101110100001011110101011011110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAED68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAED68; }

 p { color: rgb(250,237,104); }

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

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

 a { background-color: rgb(250,237,104); }

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

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

 span { border-color: rgb(250,237,104); }

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