#f5e678

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

Shades of Sweet Corn #F5E678

Tints of Sweet Corn #F5E678

Color information

#F5E678 (or 0xF5E678) is unknown color: approx Sweet Corn. HEX triplet: F5, E6 and 78. RGB value is (245,230,120). Sum of RGB (Red+Green+Blue) = 245+230+120=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 120 (47.27% from 255 or 20.17% from 595); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E678 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5E678 is #0A1987. Grayscale: #DEDEDE. Windows color (decimal): -661896 or 7923445. OLE color: 7923445.

HSL color Cylindrical-coordinate representation of color #F5E678: hue angle of 52.8º 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 #F5E678 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB245230120-
CMYK00.060.510.04
HSL52.8º86.21%71.57%-
HSV(B)52.8º51.02%96.08%-
XYZ69.3477.3629.05-
YUV221.9470.47144.44-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.18%
GREEN value IS 230 (90.23% from 255) = 38.66%
BLUE value IS 120 (47.27% from 255) = 20.17%
R=41.18%
G=38.66%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523012000.060.510.0452.886.2171.57
HexF5E67806334355648
Octal3653461700663465126110
Binary11110101111001101111000011011001110011010110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5e678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5e678; }

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

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

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

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

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

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

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

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