#F5E16C

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

Shades of Sweet Corn #F5E16C

Tints of Sweet Corn #F5E16C

Color information

#F5E16C (or 0xF5E16C) is unknown color: approx Sweet Corn. HEX triplet: F5, E1 and 6C. RGB value is (245,225,108). Sum of RGB (Red+Green+Blue) = 245+225+108=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 225 (88.28% from 255 or 38.93% from 578); Blue value is 108 (42.58% from 255 or 18.69% from 578); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E16C is #0A1E93. Grayscale: #DADADA. Windows color (decimal): -663188 or 7135733. OLE color: 7135733.

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

Color convert

RGB245225108-
CMYK00.080.560.04
HSL51.24º87.26%69.22%-
HSV(B)51.24º55.92%96.08%-
XYZ67.2974.3524.99-
YUV217.6466.13147.51-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.39%
GREEN value IS 225 (88.28% from 255) = 38.93%
BLUE value IS 108 (42.58% from 255) = 18.69%
R=42.39%
G=38.93%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522510800.080.560.0451.2487.2669.22
HexF5E16C08384335745
Octal36534115401070463127105
Binary111101011110000111011000100011100010011001110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E16C; }

 p { color: rgb(245,225,108); }

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

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

 a { background-color: rgb(245,225,108); }

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

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

 span { border-color: rgb(245,225,108); }

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