#F1E075

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

Shades of Sweet Corn #F1E075

Tints of Sweet Corn #F1E075

Color information

#F1E075 (or 0xF1E075) is unknown color: approx Sweet Corn. HEX triplet: F1, E0 and 75. RGB value is (241,224,117). Sum of RGB (Red+Green+Blue) = 241+224+117=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 224 (87.89% from 255 or 38.49% from 582); Blue value is 117 (46.09% from 255 or 20.10% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E075 is #0E1F8A. Grayscale: #D9D9D9. Windows color (decimal): -925579 or 7725297. OLE color: 7725297.

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

Color convert

RGB241224117-
CMYK00.070.510.05
HSL51.77º81.58%70.2%-
HSV(B)51.77º51.45%94.51%-
XYZ66.1473.327.49-
YUV216.8871.63145.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.41%
GREEN value IS 224 (87.89% from 255) = 38.49%
BLUE value IS 117 (46.09% from 255) = 20.10%
R=41.41%
G=38.49%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122411700.070.510.0551.7781.5870.2
HexF1E07507335345246
Octal3613401650763564122106
Binary11110001111000001110101011111001110111010010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E075; }

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

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

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

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

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

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

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

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