#F1E35D

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

Shades of Corn #F1E35D

Tints of Corn #F1E35D

Color information

#F1E35D (or 0xF1E35D) is unknown color: approx Corn. HEX triplet: F1, E3 and 5D. RGB value is (241,227,93). Sum of RGB (Red+Green+Blue) = 241+227+93=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 227 (89.06% from 255 or 40.46% from 561); Blue value is 93 (36.72% from 255 or 16.58% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E35D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E35D is #0E1CA2. Grayscale: #D8D8D8. Windows color (decimal): -924835 or 6153201. OLE color: 6153201.

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

Color convert

RGB24122793-
CMYK00.060.610.05
HSL54.32º84.09%65.49%-
HSV(B)54.32º61.41%94.51%-
XYZ65.7274.4321.26-
YUV215.9158.64145.9-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.96%
GREEN value IS 227 (89.06% from 255) = 40.46%
BLUE value IS 93 (36.72% from 255) = 16.58%
R=42.96%
G=40.46%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412279300.060.610.0554.3284.0965.49
HexF1E35D063D5365441
Octal3613431350675566124101
Binary11110001111000111011101011011110110111011010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E35D; }

 p { color: rgb(241,227,93); }

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

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

 a { background-color: rgb(241,227,93); }

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

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

 span { border-color: rgb(241,227,93); }

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