#F5E95E

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

Shades of Corn #F5E95E

Tints of Corn #F5E95E

Color information

#F5E95E (or 0xF5E95E) is unknown color: approx Corn. HEX triplet: F5, E9 and 5E. RGB value is (245,233,94). Sum of RGB (Red+Green+Blue) = 245+233+94=572 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.83% from 572); Green value is 233 (91.41% from 255 or 40.73% from 572); Blue value is 94 (37.11% from 255 or 16.43% from 572); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E95E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5E95E is #0A16A1. Grayscale: #DDDDDD. Windows color (decimal): -661154 or 6220277. OLE color: 6220277.

HSL color Cylindrical-coordinate representation of color #F5E95E: hue angle of 55.23º degrees, saturation: 0.88, 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 #F5E95E is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB24523394-
CMYK00.050.620.04
HSL55.23º88.3%66.47%-
HSV(B)55.23º61.63%96.08%-
XYZ68.8278.522.11-
YUV220.7456.48145.3-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.83%
GREEN value IS 233 (91.41% from 255) = 40.73%
BLUE value IS 94 (37.11% from 255) = 16.43%
R=42.83%
G=40.73%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452339400.050.620.0455.2388.366.47
HexF5E95E053E4375842
Octal3653511360576467130102
Binary11110101111010011011110010111111010011011110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E95E; }

 p { color: rgb(245,233,94); }

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

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

 a { background-color: rgb(245,233,94); }

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

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

 span { border-color: rgb(245,233,94); }

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