#F5D671

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

Shades of Sweet Corn #F5D671

Tints of Sweet Corn #F5D671

Color information

#F5D671 (or 0xF5D671) is unknown color: approx Sweet Corn. HEX triplet: F5, D6 and 71. RGB value is (245,214,113). Sum of RGB (Red+Green+Blue) = 245+214+113=572 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.83% from 572); Green value is 214 (83.98% from 255 or 37.41% from 572); Blue value is 113 (44.53% from 255 or 19.76% from 572); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D671 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D671 is #0A298E. Grayscale: #D4D4D4. Windows color (decimal): -665999 or 7460597. OLE color: 7460597.

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

Color convert

RGB245214113-
CMYK00.130.540.04
HSL45.91º86.84%70.2%-
HSV(B)45.91º53.88%96.08%-
XYZ64.6868.725.47-
YUV211.7672.27151.71-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.83%
GREEN value IS 214 (83.98% from 255) = 37.41%
BLUE value IS 113 (44.53% from 255) = 19.76%
R=42.83%
G=37.41%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521411300.130.540.0445.9186.8470.2
HexF5D6710D3642e5746
Octal36532616101566456127106
Binary111101011101011011100010110111011010010111010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D671; }

 p { color: rgb(245,214,113); }

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

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

 a { background-color: rgb(245,214,113); }

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

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

 span { border-color: rgb(245,214,113); }

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