#F6E764

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

Shades of Corn #F6E764

Tints of Corn #F6E764

Color information

#F6E764 (or 0xF6E764) is unknown color: approx Corn. HEX triplet: F6, E7 and 64. RGB value is (246,231,100). Sum of RGB (Red+Green+Blue) = 246+231+100=577 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.63% from 577); Green value is 231 (90.62% from 255 or 40.03% from 577); Blue value is 100 (39.45% from 255 or 17.33% from 577); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E764 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6E764 is #09189B. Grayscale: #DDDDDD. Windows color (decimal): -596124 or 6612982. OLE color: 6612982.

HSL color Cylindrical-coordinate representation of color #F6E764: hue angle of 53.84º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F6E764 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB246231100-
CMYK00.060.590.04
HSL53.84º89.02%67.84%-
HSV(B)53.84º59.35%96.47%-
XYZ68.8877.6623.42-
YUV220.5559.97146.15-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.63%
GREEN value IS 231 (90.62% from 255) = 40.03%
BLUE value IS 100 (39.45% from 255) = 17.33%
R=42.63%
G=40.03%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623110000.060.590.0453.8489.0267.84
HexF6E764063B4365944
Octal3663471440673466131104
Binary11110110111001111100100011011101110011011010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E764; }

 p { color: rgb(246,231,100); }

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

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

 a { background-color: rgb(246,231,100); }

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

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

 span { border-color: rgb(246,231,100); }

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