Color Hex Logo

#f75825 Color Hex

#F75825
(247,88,37)
0 Favorites   0 Comments

Color spaces of #f75825

RGB 2478837
HSL0.040.930.56
HSV15°85°97°
CMYK 0.000.640.85   0.03
XYZ42.181426.88724.7168
Yxy26.88720.57170.3644
Hunter Lab51.852954.464130.9037
CIE-Lab58.869858.671058.8445

#f75825 color RGB value is (247,88,37).

#f75825 hex color red value is 247, green value is 88 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #f75825 hue: 0.04 , saturation: 0.93 and the lightness value of f75825 is 0.56.

The process color (four color CMYK) of #f75825 color hex is 0.00, 0.64, 0.85, 0.03. Web safe color of #f75825 is #ff6633. Color #f75825 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01011000 00100101
Octal 367 130 45
Decimal 247 88 37
Hex F7 58 25

RGB Percentages of Color #f75825

%66.40
%23.66
%9.95

CMYK Percentages of Color #f75825

%0
%64
%85
%3

Triadic Colors of #f75825

#f75825 #25f758 #5825f7

Analogous Colors of #f75825

#f75825 #f7c125 #f7255b

Monochromatic Colors of #f75825

#f75825

Complementary Color

#f75825 #25c4f7

#f75825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f75825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f75825 Color CSS Codes

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

#f75825 Text Font Color

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

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


#f75825 Background Color

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

This div background color is #f75825


#f75825 Border Color

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

This div border color is #f75825


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f75825


Comments

No comments written yet.

Please login to write comment.