#F5EF65

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

Shades of Corn #F5EF65

Tints of Corn #F5EF65

Color information

#F5EF65 (or 0xF5EF65) is unknown color: approx Corn. HEX triplet: F5, EF and 65. RGB value is (245,239,101). Sum of RGB (Red+Green+Blue) = 245+239+101=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 239 (93.75% from 255 or 40.85% from 585); Blue value is 101 (39.84% from 255 or 17.26% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EF65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5EF65 is #0A109A. Grayscale: #E1E1E1. Windows color (decimal): -659611 or 6680565. OLE color: 6680565.

HSL color Cylindrical-coordinate representation of color #F5EF65: hue angle of 57.5º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F5EF65 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB245239101-
CMYK00.020.590.04
HSL57.5º87.8%67.84%-
HSV(B)57.5º58.78%96.08%-
XYZ70.8782.0924.42-
YUV225.0657.99142.22-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.88%
GREEN value IS 239 (93.75% from 255) = 40.85%
BLUE value IS 101 (39.84% from 255) = 17.26%
R=41.88%
G=40.85%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523910100.020.590.0457.587.867.84
HexF5EF65023B43a5844
Octal3653571450273472130104
Binary1111010111101111110010101011101110011101010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EF65; }

 p { color: rgb(245,239,101); }

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

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

 a { background-color: rgb(245,239,101); }

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

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

 span { border-color: rgb(245,239,101); }

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