#F5EC5F

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

Shades of Corn #F5EC5F

Tints of Corn #F5EC5F

Color information

#F5EC5F (or 0xF5EC5F) is unknown color: approx Corn. HEX triplet: F5, EC and 5F. RGB value is (245,236,95). Sum of RGB (Red+Green+Blue) = 245+236+95=576 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.53% from 576); Green value is 236 (92.58% from 255 or 40.97% from 576); Blue value is 95 (37.5% from 255 or 16.49% from 576); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EC5F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5EC5F is #0A13A0. Grayscale: #DFDFDF. Windows color (decimal): -660385 or 6286581. OLE color: 6286581.

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

Color convert

RGB24523695-
CMYK00.040.610.04
HSL56.4º88.24%66.67%-
HSV(B)56.4º61.22%96.08%-
XYZ69.7280.2322.64-
YUV222.6255.98143.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.53%
GREEN value IS 236 (92.58% from 255) = 40.97%
BLUE value IS 95 (37.5% from 255) = 16.49%
R=42.53%
G=40.97%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452369500.040.610.0456.488.2466.67
HexF5EC5F043D4385843
Octal3653541370475470130103
Binary11110101111011001011111010011110110011100010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EC5F; }

 p { color: rgb(245,236,95); }

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

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

 a { background-color: rgb(245,236,95); }

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

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

 span { border-color: rgb(245,236,95); }

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