#F5E674

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

Shades of Sweet Corn #F5E674

Tints of Sweet Corn #F5E674

Color information

#F5E674 (or 0xF5E674) is unknown color: approx Sweet Corn. HEX triplet: F5, E6 and 74. RGB value is (245,230,116). Sum of RGB (Red+Green+Blue) = 245+230+116=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 230 (90.23% from 255 or 38.92% from 591); Blue value is 116 (45.70% from 255 or 19.63% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E674 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5E674 is #0A198B. Grayscale: #DDDDDD. Windows color (decimal): -661900 or 7661301. OLE color: 7661301.

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

Color convert

RGB245230116-
CMYK00.060.530.04
HSL53.02º86.58%70.78%-
HSV(B)53.02º52.65%96.08%-
XYZ69.1177.2727.79-
YUV221.4968.47144.77-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.46%
GREEN value IS 230 (90.23% from 255) = 38.92%
BLUE value IS 116 (45.70% from 255) = 19.63%
R=41.46%
G=38.92%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523011600.060.530.0453.0286.5870.78
HexF5E67406354355747
Octal3653461640665465127107
Binary11110101111001101110100011011010110011010110101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E674; }

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

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

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

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

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

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

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

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