Color Hex Logo

#f75203 Color Hex

#F75203
(247,82,3)
0 Favorites   0 Comments

Color spaces of #f75203

RGB 247823
HSL0.050.980.49
HSV19°99°97°
CMYK 0.000.670.99   0.03
XYZ41.391525.81532.8874
Yxy25.81530.59050.3683
Hunter Lab50.808856.500232.1968
CIE-Lab57.861360.622167.7060

#f75203 color RGB value is (247,82,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01010010 00000011
Octal 367 122 3
Decimal 247 82 3
Hex F7 52 3

RGB Percentages of Color #f75203

%74.40
%24.70
%0.90

CMYK Percentages of Color #f75203

%0
%67
%99
%3

Triadic Colors of #f75203

#f75203 #03f752 #5203f7

Analogous Colors of #f75203

#f75203 #f7cc03 #f7032e

Monochromatic Colors of #f75203

#f75203

Complementary Color

#f75203 #03a8f7

#f75203 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f75203 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f75203 Color CSS Codes

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

#f75203 Text Font Color

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

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


#f75203 Background Color

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

This div background color is #f75203


#f75203 Border Color

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

This div border color is #f75203


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f75203


Comments

No comments written yet.

Please login to write comment.