#F5E172

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

Shades of Sweet Corn #F5E172

Tints of Sweet Corn #F5E172

Color information

#F5E172 (or 0xF5E172) is unknown color: approx Sweet Corn. HEX triplet: F5, E1 and 72. RGB value is (245,225,114). Sum of RGB (Red+Green+Blue) = 245+225+114=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 225 (88.28% from 255 or 38.53% from 584); Blue value is 114 (44.92% from 255 or 19.52% from 584); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E172 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E172 is #0A1E8D. Grayscale: #DADADA. Windows color (decimal): -663182 or 7528949. OLE color: 7528949.

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

Color convert

RGB245225114-
CMYK00.080.530.04
HSL50.84º86.75%70.39%-
HSV(B)50.84º53.47%96.08%-
XYZ67.6274.4826.73-
YUV218.3369.13147.03-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.95%
GREEN value IS 225 (88.28% from 255) = 38.53%
BLUE value IS 114 (44.92% from 255) = 19.52%
R=41.95%
G=38.53%
B=19.52%

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
Decimal24522511400.080.530.0450.8486.7570.39
HexF5E17208354335746
Octal36534116201065463127106
Binary111101011110000111100100100011010110011001110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E172; }

 p { color: rgb(245,225,114); }

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

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

 a { background-color: rgb(245,225,114); }

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

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

 span { border-color: rgb(245,225,114); }

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