#F5DC6D

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

Shades of Sweet Corn #F5DC6D

Tints of Sweet Corn #F5DC6D

Color information

#F5DC6D (or 0xF5DC6D) is unknown color: approx Sweet Corn. HEX triplet: F5, DC and 6D. RGB value is (245,220,109). Sum of RGB (Red+Green+Blue) = 245+220+109=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 109 (42.97% from 255 or 18.99% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DC6D is #0A2392. Grayscale: #D7D7D7. Windows color (decimal): -664467 or 7199989. OLE color: 7199989.

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

Color convert

RGB245220109-
CMYK00.100.560.04
HSL48.97º87.18%69.41%-
HSV(B)48.97º55.51%96.08%-
XYZ66.0171.724.83-
YUV214.8268.28149.53-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.68%
GREEN value IS 220 (86.33% from 255) = 38.33%
BLUE value IS 109 (42.97% from 255) = 18.99%
R=42.68%
G=38.33%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522010900.100.560.0448.9787.1869.41
HexF5DC6D0A384315745
Octal36533415501270461127105
Binary111101011101110011011010101011100010011000110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DC6D; }

 p { color: rgb(245,220,109); }

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

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

 a { background-color: rgb(245,220,109); }

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

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

 span { border-color: rgb(245,220,109); }

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