#F1E370

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

Shades of Sweet Corn #F1E370

Tints of Sweet Corn #F1E370

Color information

#F1E370 (or 0xF1E370) is unknown color: approx Sweet Corn. HEX triplet: F1, E3 and 70. RGB value is (241,227,112). Sum of RGB (Red+Green+Blue) = 241+227+112=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 227 (89.06% from 255 or 39.14% from 580); Blue value is 112 (44.14% from 255 or 19.31% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E370 is #0E1C8F. Grayscale: #DADADA. Windows color (decimal): -924816 or 7398385. OLE color: 7398385.

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

Color convert

RGB241227112-
CMYK00.060.540.05
HSL53.49º82.17%69.22%-
HSV(B)53.49º53.53%94.51%-
XYZ66.6774.8126.25-
YUV218.0868.14144.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.55%
GREEN value IS 227 (89.06% from 255) = 39.14%
BLUE value IS 112 (44.14% from 255) = 19.31%
R=41.55%
G=39.14%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122711200.060.540.0553.4982.1769.22
HexF1E37006365355245
Octal3613431600666565122105
Binary11110001111000111110000011011011010111010110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E370; }

 p { color: rgb(241,227,112); }

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

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

 a { background-color: rgb(241,227,112); }

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

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

 span { border-color: rgb(241,227,112); }

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