#F1E964

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

Shades of Corn #F1E964

Tints of Corn #F1E964

Color information

#F1E964 (or 0xF1E964) is unknown color: approx Corn. HEX triplet: F1, E9 and 64. RGB value is (241,233,100). Sum of RGB (Red+Green+Blue) = 241+233+100=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 233 (91.41% from 255 or 40.59% from 574); Blue value is 100 (39.45% from 255 or 17.42% from 574); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E964 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1E964 is #0E169B. Grayscale: #DCDCDC. Windows color (decimal): -923292 or 6613489. OLE color: 6613489.

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

Color convert

RGB241233100-
CMYK00.030.590.05
HSL56.6º83.43%66.86%-
HSV(B)56.6º58.51%94.51%-
XYZ67.7177.923.52-
YUV220.2360.15142.81-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.99%
GREEN value IS 233 (91.41% from 255) = 40.59%
BLUE value IS 100 (39.45% from 255) = 17.42%
R=41.99%
G=40.59%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123310000.030.590.0556.683.4366.86
HexF1E964033B5395343
Octal3613511440373571123103
Binary1111000111101001110010001111101110111100110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E964; }

 p { color: rgb(241,233,100); }

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

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

 a { background-color: rgb(241,233,100); }

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

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

 span { border-color: rgb(241,233,100); }

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