Color Hex Logo

#f94825 Color Hex

#F94825
(249,72,37)
0 Favorites   0 Comments

Color spaces of #f94825

RGB 2497237
HSL0.030.950.56
HSV10°85°98°
CMYK 0.000.710.85   0.02
XYZ41.718224.90804.3592
Yxy24.90800.58770.3509
Hunter Lab49.907961.869929.7569
CIE-Lab56.985765.390957.4180

#f94825 color RGB value is (249,72,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001000 00100101
Octal 371 110 45
Decimal 249 72 37
Hex F9 48 25

RGB Percentages of Color #f94825

%69.55
%20.11
%10.34

CMYK Percentages of Color #f94825

%0
%71
%85
%2

Triadic Colors of #f94825

#f94825 #25f948 #4825f9

Analogous Colors of #f94825

#f94825 #f9b225 #f9256c

Monochromatic Colors of #f94825

#f94825

Complementary Color

#f94825 #25d6f9

#f94825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94825 Color CSS Codes

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

#f94825 Text Font Color

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

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


#f94825 Background Color

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

This div background color is #f94825


#f94825 Border Color

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

This div border color is #f94825


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94825


Comments

No comments written yet.

Please login to write comment.