#F1E069

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

Shades of Sweet Corn #F1E069

Tints of Sweet Corn #F1E069

Color information

#F1E069 (or 0xF1E069) is unknown color: approx Sweet Corn. HEX triplet: F1, E0 and 69. RGB value is (241,224,105). Sum of RGB (Red+Green+Blue) = 241+224+105=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 224 (87.89% from 255 or 39.30% from 570); Blue value is 105 (41.41% from 255 or 18.42% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E069 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E069 is #0E1F96. Grayscale: #D8D8D8. Windows color (decimal): -925591 or 6938865. OLE color: 6938865.

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

Color convert

RGB241224105-
CMYK00.070.560.05
HSL52.5º82.93%67.84%-
HSV(B)52.5º56.43%94.51%-
XYZ65.4873.0324.01-
YUV215.5265.63146.18-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.28%
GREEN value IS 224 (87.89% from 255) = 39.30%
BLUE value IS 105 (41.41% from 255) = 18.42%
R=42.28%
G=39.30%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122410500.070.560.0552.582.9367.84
HexF1E06907385345344
Octal3613401510770564123104
Binary11110001111000001101001011111100010111010010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E069; }

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

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

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

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

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

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

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

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