#F5E17D

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

Shades of Sweet Corn #F5E17D

Tints of Sweet Corn #F5E17D

Color information

#F5E17D (or 0xF5E17D) is unknown color: approx Sweet Corn. HEX triplet: F5, E1 and 7D. RGB value is (245,225,125). Sum of RGB (Red+Green+Blue) = 245+225+125=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 125 (49.22% from 255 or 21.01% from 595); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E17D is #0A1E82. Grayscale: #DCDCDC. Windows color (decimal): -663171 or 8249845. OLE color: 8249845.

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

Color convert

RGB245225125-
CMYK00.080.490.04
HSL50º85.71%72.55%-
HSV(B)50º48.98%96.08%-
XYZ68.2874.7430.23-
YUV219.5874.63146.13-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.18%
GREEN value IS 225 (88.28% from 255) = 37.82%
BLUE value IS 125 (49.22% from 255) = 21.01%
R=41.18%
G=37.82%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522512500.080.490.045085.7172.55
HexF5E17D08314325649
Octal36534117501061462126111
Binary111101011110000111111010100011000110011001010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E17D; }

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

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

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

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

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

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

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

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