#F6E25D

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

Shades of Corn #F6E25D

Tints of Corn #F6E25D

Color information

#F6E25D (or 0xF6E25D) is unknown color: approx Corn. HEX triplet: F6, E2 and 5D. RGB value is (246,226,93). Sum of RGB (Red+Green+Blue) = 246+226+93=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 226 (88.67% from 255 or 40% from 565); Blue value is 93 (36.72% from 255 or 16.46% from 565); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E25D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6E25D is #091DA2. Grayscale: #D9D9D9. Windows color (decimal): -597411 or 6152950. OLE color: 6152950.

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

Color convert

RGB24622693-
CMYK00.080.620.04
HSL52.16º89.47%66.47%-
HSV(B)52.16º62.2%96.47%-
XYZ67.1874.7821.25-
YUV216.8258.13148.81-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.54%
GREEN value IS 226 (88.67% from 255) = 40%
BLUE value IS 93 (36.72% from 255) = 16.46%
R=43.54%
G=40%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462269300.080.620.0452.1689.4766.47
HexF6E25D083E4345942
Octal36634213501076464131102
Binary111101101110001010111010100011111010011010010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E25D; }

 p { color: rgb(246,226,93); }

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

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

 a { background-color: rgb(246,226,93); }

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

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

 span { border-color: rgb(246,226,93); }

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