#F5D76F

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

Shades of Sweet Corn #F5D76F

Tints of Sweet Corn #F5D76F

Color information

#F5D76F (or 0xF5D76F) is unknown color: approx Sweet Corn. HEX triplet: F5, D7 and 6F. RGB value is (245,215,111). Sum of RGB (Red+Green+Blue) = 245+215+111=571 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.91% from 571); Green value is 215 (84.38% from 255 or 37.65% from 571); Blue value is 111 (43.75% from 255 or 19.44% from 571); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D76F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D76F is #0A2890. Grayscale: #D4D4D4. Windows color (decimal): -665745 or 7329781. OLE color: 7329781.

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

Color convert

RGB245215111-
CMYK00.120.550.04
HSL46.57º87.01%69.8%-
HSV(B)46.57º54.69%96.08%-
XYZ64.8369.1624.97-
YUV212.1170.94151.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.91%
GREEN value IS 215 (84.38% from 255) = 37.65%
BLUE value IS 111 (43.75% from 255) = 19.44%
R=42.91%
G=37.65%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521511100.120.550.0446.5787.0169.8
HexF5D76F0C3742f5746
Octal36532715701467457127106
Binary111101011101011111011110110011011110010111110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D76F; }

 p { color: rgb(245,215,111); }

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

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

 a { background-color: rgb(245,215,111); }

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

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

 span { border-color: rgb(245,215,111); }

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