#F1DC6D

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

Shades of Sweet Corn #F1DC6D

Tints of Sweet Corn #F1DC6D

Color information

#F1DC6D (or 0xF1DC6D) is unknown color: approx Sweet Corn. HEX triplet: F1, DC and 6D. RGB value is (241,220,109). Sum of RGB (Red+Green+Blue) = 241+220+109=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 109 (42.97% from 255 or 19.12% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DC6D is #0E2392. Grayscale: #D6D6D6. Windows color (decimal): -926611 or 7199985. OLE color: 7199985.

HSL color Cylindrical-coordinate representation of color #F1DC6D: hue angle of 50.45º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F1DC6D is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB241220109-
CMYK00.090.550.05
HSL50.45º82.5%68.63%-
HSV(B)50.45º54.77%94.51%-
XYZ64.6370.9924.76-
YUV213.6268.96147.53-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.28%
GREEN value IS 220 (86.33% from 255) = 38.60%
BLUE value IS 109 (42.97% from 255) = 19.12%
R=42.28%
G=38.60%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122010900.090.550.0550.4582.568.63
HexF1DC6D09375325245
Octal36133415501167562122105
Binary111100011101110011011010100111011110111001010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DC6D; }

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

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

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

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

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

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

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

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