#F1E275

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

Shades of Sweet Corn #F1E275

Tints of Sweet Corn #F1E275

Color information

#F1E275 (or 0xF1E275) is unknown color: approx Sweet Corn. HEX triplet: F1, E2 and 75. RGB value is (241,226,117). Sum of RGB (Red+Green+Blue) = 241+226+117=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 226 (88.67% from 255 or 38.70% from 584); Blue value is 117 (46.09% from 255 or 20.03% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E275 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E275 is #0E1D8A. Grayscale: #DADADA. Windows color (decimal): -925067 or 7725809. OLE color: 7725809.

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

Color convert

RGB241226117-
CMYK00.060.510.05
HSL52.74º81.58%70.2%-
HSV(B)52.74º51.45%94.51%-
XYZ66.6874.3827.67-
YUV218.0670.97144.36-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.27%
GREEN value IS 226 (88.67% from 255) = 38.70%
BLUE value IS 117 (46.09% from 255) = 20.03%
R=41.27%
G=38.70%
B=20.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122611700.060.510.0552.7481.5870.2
HexF1E27506335355246
Octal3613421650663565122106
Binary11110001111000101110101011011001110111010110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E275; }

 p { color: rgb(241,226,117); }

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

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

 a { background-color: rgb(241,226,117); }

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

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

 span { border-color: rgb(241,226,117); }

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