#F1E261

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

Shades of Corn #F1E261

Tints of Corn #F1E261

Color information

#F1E261 (or 0xF1E261) is unknown color: approx Corn. HEX triplet: F1, E2 and 61. RGB value is (241,226,97). Sum of RGB (Red+Green+Blue) = 241+226+97=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 226 (88.67% from 255 or 40.07% from 564); Blue value is 97 (38.28% from 255 or 17.20% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E261 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E261 is #0E1D9E. Grayscale: #D8D8D8. Windows color (decimal): -925087 or 6415089. OLE color: 6415089.

HSL color Cylindrical-coordinate representation of color #F1E261: hue angle of 53.75º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F1E261 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24122697-
CMYK00.060.600.05
HSL53.75º83.72%66.27%-
HSV(B)53.75º59.75%94.51%-
XYZ65.6373.9622.13-
YUV215.7860.97145.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.73%
GREEN value IS 226 (88.67% from 255) = 40.07%
BLUE value IS 97 (38.28% from 255) = 17.20%
R=42.73%
G=40.07%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412269700.060.600.0553.7583.7266.27
HexF1E261063C5365442
Octal3613421410674566124102
Binary11110001111000101100001011011110010111011010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E261; }

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

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

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

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

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

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

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

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