#F1DD6C

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

Shades of Sweet Corn #F1DD6C

Tints of Sweet Corn #F1DD6C

Color information

#F1DD6C (or 0xF1DD6C) is unknown color: approx Sweet Corn. HEX triplet: F1, DD and 6C. RGB value is (241,221,108). Sum of RGB (Red+Green+Blue) = 241+221+108=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 108 (42.58% from 255 or 18.95% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DD6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DD6C is #0E2293. Grayscale: #D6D6D6. Windows color (decimal): -926356 or 7134705. OLE color: 7134705.

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

Color convert

RGB241221108-
CMYK00.080.550.05
HSL50.98º82.61%68.43%-
HSV(B)50.98º55.19%94.51%-
XYZ64.8471.524.57-
YUV214.168.13147.19-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.28%
GREEN value IS 221 (86.72% from 255) = 38.77%
BLUE value IS 108 (42.58% from 255) = 18.95%
R=42.28%
G=38.77%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122110800.080.550.0550.9882.6168.43
HexF1DD6C08375335344
Octal36133515401067563123104
Binary111100011101110111011000100011011110111001110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DD6C; }

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

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

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

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

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

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

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

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