#F1E165

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

Shades of Corn #F1E165

Tints of Corn #F1E165

Color information

#F1E165 (or 0xF1E165) is unknown color: approx Corn. HEX triplet: F1, E1 and 65. RGB value is (241,225,101). Sum of RGB (Red+Green+Blue) = 241+225+101=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 225 (88.28% from 255 or 39.68% from 567); Blue value is 101 (39.84% from 255 or 17.81% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E165 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E165 is #0E1E9A. Grayscale: #D8D8D8. Windows color (decimal): -925339 or 6676977. OLE color: 6676977.

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

Color convert

RGB241225101-
CMYK00.070.580.05
HSL53.14º83.33%67.06%-
HSV(B)53.14º58.09%94.51%-
XYZ65.5573.4923.04-
YUV215.6563.3146.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.50%
GREEN value IS 225 (88.28% from 255) = 39.68%
BLUE value IS 101 (39.84% from 255) = 17.81%
R=42.50%
G=39.68%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122510100.070.580.0553.1483.3367.06
HexF1E165073A5355343
Octal3613411450772565123103
Binary11110001111000011100101011111101010111010110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E165; }

 p { color: rgb(241,225,101); }

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

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

 a { background-color: rgb(241,225,101); }

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

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

 span { border-color: rgb(241,225,101); }

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