Color Hex Logo

#f75102 Color Hex

#F75102
(247,81,2)
0 Favorites   0 Comments

Color spaces of #f75102

RGB 247812
HSL0.050.980.49
HSV19°99°97°
CMYK 0.000.670.99   0.03
XYZ41.311225.66342.8336
Yxy25.66340.59180.3676
Hunter Lab50.659156.909032.1450
CIE-Lab57.716261.002567.8285

#f75102 color RGB value is (247,81,2).

#f75102 hex color red value is 247, green value is 81 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #f75102 hue: 0.05 , saturation: 0.98 and the lightness value of f75102 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01010001 00000010
Octal 367 121 2
Decimal 247 81 2
Hex F7 51 2

RGB Percentages of Color #f75102

%74.85
%24.55
%0.61

CMYK Percentages of Color #f75102

%0
%67
%99
%3

Triadic Colors of #f75102

#f75102 #02f751 #5102f7

Analogous Colors of #f75102

#f75102 #f7cc02 #f7022d

Monochromatic Colors of #f75102

#f75102

Complementary Color

#f75102 #02a8f7

#f75102 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f75102 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f75102 Color CSS Codes

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

#f75102 Text Font Color

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

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


#f75102 Background Color

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

This div background color is #f75102


#f75102 Border Color

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

This div border color is #f75102


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f75102


Comments

No comments written yet.

Please login to write comment.