#F5E56A

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

Shades of Sweet Corn #F5E56A

Tints of Sweet Corn #F5E56A

Color information

#F5E56A (or 0xF5E56A) is unknown color: approx Sweet Corn. HEX triplet: F5, E5 and 6A. RGB value is (245,229,106). Sum of RGB (Red+Green+Blue) = 245+229+106=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 229 (89.84% from 255 or 39.48% from 580); Blue value is 106 (41.80% from 255 or 18.28% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E56A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E56A is #0A1A95. Grayscale: #DCDCDC. Windows color (decimal): -662166 or 7005685. OLE color: 7005685.

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

Color convert

RGB245229106-
CMYK00.070.570.04
HSL53.09º87.42%68.82%-
HSV(B)53.09º56.73%96.08%-
XYZ68.2876.4924.8-
YUV219.7663.8146-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.24%
GREEN value IS 229 (89.84% from 255) = 39.48%
BLUE value IS 106 (41.80% from 255) = 18.28%
R=42.24%
G=39.48%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522910600.070.570.0453.0987.4268.82
HexF5E56A07394355745
Octal3653451520771465127105
Binary11110101111001011101010011111100110011010110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E56A; }

 p { color: rgb(245,229,106); }

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

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

 a { background-color: rgb(245,229,106); }

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

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

 span { border-color: rgb(245,229,106); }

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