#F1DC6F

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

Shades of Sweet Corn #F1DC6F

Tints of Sweet Corn #F1DC6F

Color information

#F1DC6F (or 0xF1DC6F) is unknown color: approx Sweet Corn. HEX triplet: F1, DC and 6F. RGB value is (241,220,111). Sum of RGB (Red+Green+Blue) = 241+220+111=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 111 (43.75% from 255 or 19.41% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DC6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DC6F is #0E2390. Grayscale: #D6D6D6. Windows color (decimal): -926609 or 7331057. OLE color: 7331057.

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

Color convert

RGB241220111-
CMYK00.090.540.05
HSL50.31º82.28%69.02%-
HSV(B)50.31º53.94%94.51%-
XYZ64.7471.0325.34-
YUV213.8569.96147.36-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.13%
GREEN value IS 220 (86.33% from 255) = 38.46%
BLUE value IS 111 (43.75% from 255) = 19.41%
R=42.13%
G=38.46%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122011100.090.540.0550.3182.2869.02
HexF1DC6F09365325245
Octal36133415701166562122105
Binary111100011101110011011110100111011010111001010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DC6F; }

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

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

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

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

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

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

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

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