Color Hex Logo

#ff750b Color Hex

#FF750B
(255,117,11)
0 Favorites   0 Comments

Color spaces of #ff750b

RGB 25511711
HSL0.071.000.52
HSV26°96°100°
CMYK 0.000.540.96   0.00
XYZ47.661734.00674.3685
Yxy34.00670.55400.3953
Hunter Lab58.315343.838336.3792
CIE-Lab64.967948.235171.1318

#ff750b color RGB value is (255,117,11).

#ff750b hex color red value is 255, green value is 117 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ff750b hue: 0.07 , saturation: 1.00 and the lightness value of ff750b is 0.52.

The process color (four color CMYK) of #ff750b color hex is 0.00, 0.54, 0.96, 0.00. Web safe color of #ff750b is #ff6600. Color #ff750b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110101 00001011
Octal 377 165 13
Decimal 255 117 11
Hex FF 75 B

RGB Percentages of Color #ff750b

%66.58
%30.55
%2.87

CMYK Percentages of Color #ff750b

%0
%54
%96
%0

Triadic Colors of #ff750b

#ff750b #0bff75 #750bff

Analogous Colors of #ff750b

#ff750b #ffef0b #ff0b1b

Monochromatic Colors of #ff750b

#ff750b

Complementary Color

#ff750b #0b95ff

#ff750b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff750b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff750b Color CSS Codes

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

#ff750b Text Font Color

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

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


#ff750b Background Color

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

This div background color is #ff750b


#ff750b Border Color

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

This div border color is #ff750b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,117,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff750b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff750b;
  -webkit-box-shadow: 1px 1px 3px 2px #ff750b;
  box-shadow:         1px 1px 3px 2px #ff750b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff750b


Comments

No comments written yet.

Please login to write comment.