Color Hex Logo

#f94925 Color Hex

#F94925
(249,73,37)
0 Favorites   0 Comments

Color spaces of #f94925

RGB 2497337
HSL0.030.950.56
HSV10°85°98°
CMYK 0.000.710.85   0.02
XYZ41.783425.03844.3809
Yxy25.03840.58680.3516
Hunter Lab50.038461.485129.8360
CIE-Lab57.112865.040857.5239

#f94925 color RGB value is (249,73,37).

#f94925 hex color red value is 249, green value is 73 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #f94925 hue: 0.03 , saturation: 0.95 and the lightness value of f94925 is 0.56.

The process color (four color CMYK) of #f94925 color hex is 0.00, 0.71, 0.85, 0.02. Web safe color of #f94925 is #ff3333. Color #f94925 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001001 00100101
Octal 371 111 45
Decimal 249 73 37
Hex F9 49 25

RGB Percentages of Color #f94925

%69.36
%20.33
%10.31

CMYK Percentages of Color #f94925

%0
%71
%85
%2

Triadic Colors of #f94925

#f94925 #25f949 #4925f9

Analogous Colors of #f94925

#f94925 #f9b325 #f9256b

Monochromatic Colors of #f94925

#f94925

Complementary Color

#f94925 #25d5f9

#f94925 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94925 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94925 Color CSS Codes

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

#f94925 Text Font Color

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

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


#f94925 Background Color

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

This div background color is #f94925


#f94925 Border Color

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

This div border color is #f94925


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94925


Comments

No comments written yet.

Please login to write comment.