Color Hex Logo

#f1b24e Color Hex

#F1B24E
(241,178,78)
0 Favorites   0 Comments

Color spaces of #f1b24e

RGB 24117878
HSL0.100.850.63
HSV37°68°95°
CMYK 0.000.260.68   0.05
XYZ53.571251.091614.2459
Yxy51.09160.45050.4297
Hunter Lab71.47848.693938.2182
CIE-Lab76.734513.299258.3541

#f1b24e color RGB value is (241,178,78).

#f1b24e hex color red value is 241, green value is 178 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #f1b24e hue: 0.10 , saturation: 0.85 and the lightness value of f1b24e is 0.63.

The process color (four color CMYK) of #f1b24e color hex is 0.00, 0.26, 0.68, 0.05. Web safe color of #f1b24e is #ff9966. Color #f1b24e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10110010 01001110
Octal 361 262 116
Decimal 241 178 78
Hex F1 B2 4E

RGB Percentages of Color #f1b24e

%48.49
%35.81
%15.69

CMYK Percentages of Color #f1b24e

%0
%26
%68
%5

Triadic Colors of #f1b24e

#f1b24e #4ef1b2 #b24ef1

Analogous Colors of #f1b24e

#f1b24e #dff14e #f1614e

Monochromatic Colors of #f1b24e

#f1b24e

Complementary Color

#f1b24e #4e8df1

#f1b24e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1b24e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1b24e Color CSS Codes

.mybgcolor {background-color:#f1b24e; } 
.myforecolor {color:#f1b24e; }
.mybordercolor {border:3px solid #f1b24e; }

#f1b24e Text Font Color

<p style="color:#f1b24e">Text here</p>

This sample text font color is #f1b24e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f1b24e Background Color

<div style="background-color:#f1b24e">
Div content here</div>

This div background color is #f1b24e


#f1b24e Border Color

<div style="border:3px solid #f1b24e">
Div here</div>

This div border color is #f1b24e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,178,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f1b24e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f1b24e;
  -webkit-box-shadow: 1px 1px 3px 2px #f1b24e;
  box-shadow:         1px 1px 3px 2px #f1b24e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,178,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f1b24e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f1b24e;
  -webkit-box-shadow: 1px 1px 3px 2px #f1b24e;
  box-shadow:         1px 1px 3px 2px #f1b24e;">
Div content here</div>

This div box has shadow with color #f1b24e


Comments

No comments written yet.

Please login to write comment.