#F1DD6B

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

Shades of Sweet Corn #F1DD6B

Tints of Sweet Corn #F1DD6B

Color information

#F1DD6B (or 0xF1DD6B) is unknown color: approx Sweet Corn. HEX triplet: F1, DD and 6B. RGB value is (241,221,107). Sum of RGB (Red+Green+Blue) = 241+221+107=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 107 (42.19% from 255 or 18.80% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DD6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DD6B is #0E2294. Grayscale: #D6D6D6. Windows color (decimal): -926357 or 7069169. OLE color: 7069169.

HSL color Cylindrical-coordinate representation of color #F1DD6B: hue angle of 51.04º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F1DD6B is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB241221107-
CMYK00.080.560.05
HSL51.04º82.72%68.24%-
HSV(B)51.04º55.6%94.51%-
XYZ64.7971.4824.29-
YUV213.9867.63147.27-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.36%
GREEN value IS 221 (86.72% from 255) = 38.84%
BLUE value IS 107 (42.19% from 255) = 18.80%
R=42.36%
G=38.84%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122110700.080.560.0551.0482.7268.24
HexF1DD6B08385335344
Octal36133515301070563123104
Binary111100011101110111010110100011100010111001110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DD6B; }

 p { color: rgb(241,221,107); }

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

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

 a { background-color: rgb(241,221,107); }

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

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

 span { border-color: rgb(241,221,107); }

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