#F5E274

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

Shades of Sweet Corn #F5E274

Tints of Sweet Corn #F5E274

Color information

#F5E274 (or 0xF5E274) is unknown color: approx Sweet Corn. HEX triplet: F5, E2 and 74. RGB value is (245,226,116). Sum of RGB (Red+Green+Blue) = 245+226+116=587 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.74% from 587); Green value is 226 (88.67% from 255 or 38.50% from 587); Blue value is 116 (45.70% from 255 or 19.76% from 587); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E274 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E274 is #0A1D8B. Grayscale: #DBDBDB. Windows color (decimal): -662924 or 7660277. OLE color: 7660277.

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

Color convert

RGB245226116-
CMYK00.080.530.04
HSL51.16º86.58%70.78%-
HSV(B)51.16º52.65%96.08%-
XYZ6875.0727.43-
YUV219.1469.79146.44-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.74%
GREEN value IS 226 (88.67% from 255) = 38.50%
BLUE value IS 116 (45.70% from 255) = 19.76%
R=41.74%
G=38.50%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522611600.080.530.0451.1686.5870.78
HexF5E27408354335747
Octal36534216401065463127107
Binary111101011110001011101000100011010110011001110101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E274; }

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

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

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

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

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

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

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

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