#F6E85F

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

Shades of Corn #F6E85F

Tints of Corn #F6E85F

Color information

#F6E85F (or 0xF6E85F) is unknown color: approx Corn. HEX triplet: F6, E8 and 5F. RGB value is (246,232,95). Sum of RGB (Red+Green+Blue) = 246+232+95=573 (75% of max value = 765). Red value is 246 (96.48% from 255 or 42.93% from 573); Green value is 232 (91.02% from 255 or 40.49% from 573); Blue value is 95 (37.5% from 255 or 16.58% from 573); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E85F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6E85F is #0917A0. Grayscale: #DDDDDD. Windows color (decimal): -595873 or 6285558. OLE color: 6285558.

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

Color convert

RGB24623295-
CMYK00.060.610.04
HSL54.44º89.35%66.86%-
HSV(B)54.44º61.38%96.47%-
XYZ68.9378.1322.27-
YUV220.5757.14146.14-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.93%
GREEN value IS 232 (91.02% from 255) = 40.49%
BLUE value IS 95 (37.5% from 255) = 16.58%
R=42.93%
G=40.49%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462329500.060.610.0454.4489.3566.86
HexF6E85F063D4365943
Octal3663501370675466131103
Binary11110110111010001011111011011110110011011010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E85F; }

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

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

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

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

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

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

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

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