#F1EB5D

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

Shades of Corn #F1EB5D

Tints of Corn #F1EB5D

Color information

#F1EB5D (or 0xF1EB5D) is unknown color: approx Corn. HEX triplet: F1, EB and 5D. RGB value is (241,235,93). Sum of RGB (Red+Green+Blue) = 241+235+93=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 93 (36.72% from 255 or 16.34% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EB5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1EB5D is #0E14A2. Grayscale: #DDDDDD. Windows color (decimal): -922787 or 6155249. OLE color: 6155249.

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

Color convert

RGB24123593-
CMYK00.020.610.05
HSL57.57º84.09%65.49%-
HSV(B)57.57º61.41%94.51%-
XYZ67.9678.9122-
YUV220.6155.99142.55-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.36%
GREEN value IS 235 (92.19% from 255) = 41.30%
BLUE value IS 93 (36.72% from 255) = 16.34%
R=42.36%
G=41.30%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412359300.020.610.0557.5784.0965.49
HexF1EB5D023D53a5441
Octal3613531350275572124101
Binary1111000111101011101110101011110110111101010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EB5D; }

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

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

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

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

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

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

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

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