Color Hex Logo

#f75207 Color Hex

#F75207
(247,82,7)
0 Favorites   0 Comments

Color spaces of #f75207

RGB 247827
HSL0.050.940.50
HSV19°97°97°
CMYK 0.000.670.97   0.03
XYZ41.413425.82413.0028
Yxy25.82410.58960.3677
Hunter Lab50.817456.537232.0687
CIE-Lab57.869760.652866.9363

#f75207 color RGB value is (247,82,7).

#f75207 hex color red value is 247, green value is 82 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #f75207 hue: 0.05 , saturation: 0.94 and the lightness value of f75207 is 0.50.

The process color (four color CMYK) of #f75207 color hex is 0.00, 0.67, 0.97, 0.03. Web safe color of #f75207 is #ff6600. Color #f75207 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01010010 00000111
Octal 367 122 7
Decimal 247 82 7
Hex F7 52 7

RGB Percentages of Color #f75207

%73.51
%24.40
%2.08

CMYK Percentages of Color #f75207

%0
%67
%97
%3

Triadic Colors of #f75207

#f75207 #07f752 #5207f7

Analogous Colors of #f75207

#f75207 #f7ca07 #f70734

Monochromatic Colors of #f75207

#f75207

Complementary Color

#f75207 #07acf7

#f75207 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f75207 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f75207 Color CSS Codes

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

#f75207 Text Font Color

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

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


#f75207 Background Color

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

This div background color is #f75207


#f75207 Border Color

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

This div border color is #f75207


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f75207


Comments

No comments written yet.

Please login to write comment.