#F1E266

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

Shades of Corn #F1E266

Tints of Corn #F1E266

Color information

#F1E266 (or 0xF1E266) is unknown color: approx Corn. HEX triplet: F1, E2 and 66. RGB value is (241,226,102). Sum of RGB (Red+Green+Blue) = 241+226+102=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 226 (88.67% from 255 or 39.72% from 569); Blue value is 102 (40.23% from 255 or 17.93% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E266 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E266 is #0E1D99. Grayscale: #D8D8D8. Windows color (decimal): -925082 or 6742769. OLE color: 6742769.

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

Color convert

RGB241226102-
CMYK00.060.580.05
HSL53.53º83.23%67.25%-
HSV(B)53.53º57.68%94.51%-
XYZ65.8774.0523.39-
YUV216.3563.47145.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.36%
GREEN value IS 226 (88.67% from 255) = 39.72%
BLUE value IS 102 (40.23% from 255) = 17.93%
R=42.36%
G=39.72%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122610200.060.580.0553.5383.2367.25
HexF1E266063A5365343
Octal3613421460672566123103
Binary11110001111000101100110011011101010111011010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E266; }

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

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

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

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

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

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

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

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