Color Hex Logo

#f92911 Color Hex

#F92911
(249,41,17)
0 Favorites   0 Comments

Color spaces of #f92911

RGB 2494117
HSL0.020.950.52
HSV93°98°
CMYK 0.000.840.93   0.02
XYZ39.961021.76612.6254
Yxy21.76610.62100.3382
Hunter Lab46.654271.247129.3214
CIE-Lab53.777973.805662.5271

#f92911 color RGB value is (249,41,17).

#f92911 hex color red value is 249, green value is 41 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #f92911 hue: 0.02 , saturation: 0.95 and the lightness value of f92911 is 0.52.

The process color (four color CMYK) of #f92911 color hex is 0.00, 0.84, 0.93, 0.02. Web safe color of #f92911 is #ff3300. Color #f92911 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00101001 00010001
Octal 371 51 21
Decimal 249 41 17
Hex F9 29 11

RGB Percentages of Color #f92911

%81.11
%13.36
%5.54

CMYK Percentages of Color #f92911

%0
%84
%93
%2

Triadic Colors of #f92911

#f92911 #11f929 #2911f9

Analogous Colors of #f92911

#f92911 #f99d11 #f9116d

Monochromatic Colors of #f92911

#f92911

Complementary Color

#f92911 #11e1f9

#f92911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f92911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f92911 Color CSS Codes

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

#f92911 Text Font Color

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

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


#f92911 Background Color

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

This div background color is #f92911


#f92911 Border Color

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

This div border color is #f92911


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,41,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f92911; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f92911;
  -webkit-box-shadow: 1px 1px 3px 2px #f92911;
  box-shadow:         1px 1px 3px 2px #f92911; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,41,17, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f92911


Comments

No comments written yet.

Please login to write comment.