#F5E078

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

Shades of Sweet Corn #F5E078

Tints of Sweet Corn #F5E078

Color information

#F5E078 (or 0xF5E078) is unknown color: approx Sweet Corn. HEX triplet: F5, E0 and 78. RGB value is (245,224,120). Sum of RGB (Red+Green+Blue) = 245+224+120=589 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.60% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 120 (47.27% from 255 or 20.37% from 589); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E078 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E078 is #0A1F87. Grayscale: #DADADA. Windows color (decimal): -663432 or 7921909. OLE color: 7921909.

HSL color Cylindrical-coordinate representation of color #F5E078: hue angle of 49.92º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F5E078 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB245224120-
CMYK00.090.510.04
HSL49.92º86.21%71.57%-
HSV(B)49.92º51.02%96.08%-
XYZ67.774.0828.5-
YUV218.4272.46146.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.60%
GREEN value IS 224 (87.89% from 255) = 38.03%
BLUE value IS 120 (47.27% from 255) = 20.37%
R=41.60%
G=38.03%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522412000.090.510.0449.9286.2171.57
HexF5E07809334325648
Octal36534017001163462126110
Binary111101011110000011110000100111001110011001010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E078; }

 p { color: rgb(245,224,120); }

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

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

 a { background-color: rgb(245,224,120); }

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

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

 span { border-color: rgb(245,224,120); }

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