#F5E168

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

Shades of Sweet Corn #F5E168

Tints of Sweet Corn #F5E168

Color information

#F5E168 (or 0xF5E168) is unknown color: approx Sweet Corn. HEX triplet: F5, E1 and 68. RGB value is (245,225,104). Sum of RGB (Red+Green+Blue) = 245+225+104=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 225 (88.28% from 255 or 39.20% from 574); Blue value is 104 (41.02% from 255 or 18.12% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E168 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E168 is #0A1E97. Grayscale: #D9D9D9. Windows color (decimal): -663192 or 6873589. OLE color: 6873589.

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

Color convert

RGB245225104-
CMYK00.080.580.04
HSL51.49º87.58%68.43%-
HSV(B)51.49º57.55%96.08%-
XYZ67.0874.2623.9-
YUV217.1964.13147.84-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.68%
GREEN value IS 225 (88.28% from 255) = 39.20%
BLUE value IS 104 (41.02% from 255) = 18.12%
R=42.68%
G=39.20%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522510400.080.580.0451.4987.5868.43
HexF5E168083A4335844
Octal36534115001072463130104
Binary111101011110000111010000100011101010011001110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E168; }

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

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

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

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

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

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

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

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