Color Hex Logo

#f65725 Color Hex

#F65725
(246,87,37)
0 Favorites   0 Comments

Color spaces of #f65725

RGB 2468737
HSL0.040.920.55
HSV14°85°96°
CMYK 0.000.650.85   0.04
XYZ41.748226.54284.6732
Yxy26.54280.57220.3638
Hunter Lab51.519754.485230.6858
CIE-Lab58.548758.744758.5081

#f65725 color RGB value is (246,87,37).

#f65725 hex color red value is 246, green value is 87 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #f65725 hue: 0.04 , saturation: 0.92 and the lightness value of f65725 is 0.55.

The process color (four color CMYK) of #f65725 color hex is 0.00, 0.65, 0.85, 0.04. Web safe color of #f65725 is #ff6633. Color #f65725 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010111 00100101
Octal 366 127 45
Decimal 246 87 37
Hex F6 57 25

RGB Percentages of Color #f65725

%66.49
%23.51
%10.00

CMYK Percentages of Color #f65725

%0
%65
%85
%4

Triadic Colors of #f65725

#f65725 #25f657 #5725f6

Analogous Colors of #f65725

#f65725 #f6c025 #f6255c

Monochromatic Colors of #f65725

#f65725

Complementary Color

#f65725 #25c4f6

#f65725 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65725 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65725 Color CSS Codes

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

#f65725 Text Font Color

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

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


#f65725 Background Color

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

This div background color is #f65725


#f65725 Border Color

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

This div border color is #f65725


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65725


Comments

No comments written yet.

Please login to write comment.