#F1D96E

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

Shades of Sweet Corn #F1D96E

Tints of Sweet Corn #F1D96E

Color information

#F1D96E (or 0xF1D96E) is unknown color: approx Sweet Corn. HEX triplet: F1, D9 and 6E. RGB value is (241,217,110). Sum of RGB (Red+Green+Blue) = 241+217+110=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 217 (85.16% from 255 or 38.20% from 568); Blue value is 110 (43.36% from 255 or 19.37% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D96E is #0E2691. Grayscale: #D4D4D4. Windows color (decimal): -927378 or 7264753. OLE color: 7264753.

HSL color Cylindrical-coordinate representation of color #F1D96E: hue angle of 49.01º 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 #F1D96E is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB241217110-
CMYK00.100.540.05
HSL49.01º82.39%68.82%-
HSV(B)49.01º54.36%94.51%-
XYZ63.969.4524.79-
YUV211.9870.45148.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.43%
GREEN value IS 217 (85.16% from 255) = 38.20%
BLUE value IS 110 (43.36% from 255) = 19.37%
R=42.43%
G=38.20%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121711000.100.540.0549.0182.3968.82
HexF1D96E0A365315245
Octal36133115601266561122105
Binary111100011101100111011100101011011010111000110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D96E; }

 p { color: rgb(241,217,110); }

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

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

 a { background-color: rgb(241,217,110); }

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

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

 span { border-color: rgb(241,217,110); }

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