Color Hex Logo

#f1c54b Color Hex

#F1C54B
(241,197,75)
0 Favorites   0 Comments

Color spaces of #f1c54b

RGB 24119775
HSL0.120.860.62
HSV44°69°95°
CMYK 0.000.180.69   0.05
XYZ57.511959.141315.0408
Yxy59.14130.43670.4491
Hunter Lab76.9034-1.090442.2364
CIE-Lab81.36923.210464.4907

#f1c54b color RGB value is (241,197,75).

#f1c54b hex color red value is 241, green value is 197 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #f1c54b hue: 0.12 , saturation: 0.86 and the lightness value of f1c54b is 0.62.

The process color (four color CMYK) of #f1c54b color hex is 0.00, 0.18, 0.69, 0.05. Web safe color of #f1c54b is #ffcc33. Color #f1c54b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11000101 01001011
Octal 361 305 113
Decimal 241 197 75
Hex F1 C5 4B

RGB Percentages of Color #f1c54b

%46.98
%38.40
%14.62

CMYK Percentages of Color #f1c54b

%0
%18
%69
%5

Triadic Colors of #f1c54b

#f1c54b #4bf1c5 #c54bf1

Analogous Colors of #f1c54b

#f1c54b #caf14b #f1724b

Monochromatic Colors of #f1c54b

#f1c54b

Complementary Color

#f1c54b #4b77f1

#f1c54b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1c54b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1c54b Color CSS Codes

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

#f1c54b Text Font Color

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

This sample text font color is #f1c54b
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.


#f1c54b Background Color

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

This div background color is #f1c54b


#f1c54b Border Color

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

This div border color is #f1c54b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1c54b


Comments

No comments written yet.

Please login to write comment.