Color Hex Logo

#f1934b Color Hex

#F1934B
(241,147,75)
0 Favorites   0 Comments

Color spaces of #f1934b

RGB 24114775
HSL0.070.860.62
HSV26°69°95°
CMYK 0.000.390.69   0.05
XYZ47.979340.076211.8633
Yxy40.07620.48020.4011
Hunter Lab63.305824.499733.2033
CIE-Lab69.523829.478051.9309

#f1934b color RGB value is (241,147,75).

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

The process color (four color CMYK) of #f1934b color hex is 0.00, 0.39, 0.69, 0.05. Web safe color of #f1934b is #ff9933. Color #f1934b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010011 01001011
Octal 361 223 113
Decimal 241 147 75
Hex F1 93 4B

RGB Percentages of Color #f1934b

%52.05
%31.75
%16.20

CMYK Percentages of Color #f1934b

%0
%39
%69
%5

Triadic Colors of #f1934b

#f1934b #4bf193 #934bf1

Analogous Colors of #f1934b

#f1934b #f1e64b #f14b56

Monochromatic Colors of #f1934b

#f1934b

Complementary Color

#f1934b #4ba9f1

#f1934b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1934b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1934b Color CSS Codes

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

#f1934b Text Font Color

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

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


#f1934b Background Color

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

This div background color is #f1934b


#f1934b Border Color

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

This div border color is #f1934b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,147,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 #f1934b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1934b


Comments

No comments written yet.

Please login to write comment.