#F6E85A

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

Shades of Corn #F6E85A

Tints of Corn #F6E85A

Color information

#F6E85A (or 0xF6E85A) is unknown color: approx Corn. HEX triplet: F6, E8 and 5A. RGB value is (246,232,90). Sum of RGB (Red+Green+Blue) = 246+232+90=568 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.31% from 568); Green value is 232 (91.02% from 255 or 40.85% from 568); Blue value is 90 (35.55% from 255 or 15.85% from 568); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E85A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6E85A is #0917A5. Grayscale: #DCDCDC. Windows color (decimal): -595878 or 5957878. OLE color: 5957878.

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

Color convert

RGB24623290-
CMYK00.060.630.04
HSL54.62º89.66%65.88%-
HSV(B)54.62º63.41%96.47%-
XYZ68.7178.0421.12-
YUV22054.64146.55-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.31%
GREEN value IS 232 (91.02% from 255) = 40.85%
BLUE value IS 90 (35.55% from 255) = 15.85%
R=43.31%
G=40.85%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462329000.060.630.0454.6289.6665.88
HexF6E85A063F4375a42
Octal3663501320677467132102
Binary11110110111010001011010011011111110011011110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E85A; }

 p { color: rgb(246,232,90); }

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

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

 a { background-color: rgb(246,232,90); }

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

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

 span { border-color: rgb(246,232,90); }

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