Color Hex Logo

#f72405 Color Hex

#F72405
(247,36,5)
0 Favorites   0 Comments

Color spaces of #f72405

RGB 247365
HSL0.020.960.49
HSV98°97°
CMYK 0.000.850.98   0.03
XYZ39.016021.04692.1497
Yxy21.04690.62710.3383
Hunter Lab45.876971.520729.3356
CIE-Lab53.000874.179264.9119

#f72405 color RGB value is (247,36,5).

#f72405 hex color red value is 247, green value is 36 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #f72405 hue: 0.02 , saturation: 0.96 and the lightness value of f72405 is 0.49.

The process color (four color CMYK) of #f72405 color hex is 0.00, 0.85, 0.98, 0.03. Web safe color of #f72405 is #ff3300. Color #f72405 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00100100 00000101
Octal 367 44 5
Decimal 247 36 5
Hex F7 24 5

RGB Percentages of Color #f72405

%85.76
%12.50
%1.74

CMYK Percentages of Color #f72405

%0
%85
%98
%3

Triadic Colors of #f72405

#f72405 #05f724 #2405f7

Analogous Colors of #f72405

#f72405 #f79d05 #f7055f

Monochromatic Colors of #f72405

#f72405

Complementary Color

#f72405 #05d8f7

#f72405 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f72405 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f72405 Color CSS Codes

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

#f72405 Text Font Color

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

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


#f72405 Background Color

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

This div background color is #f72405


#f72405 Border Color

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

This div border color is #f72405


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,36,5, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f72405


Comments

No comments written yet.

Please login to write comment.