Color Hex Logo

#f6750b Color Hex

#F6750B
(246,117,11)
0 Favorites   0 Comments

Color spaces of #f6750b

RGB 24611711
HSL0.080.930.50
HSV27°96°96°
CMYK 0.000.520.96   0.04
XYZ44.427732.33964.2172
Yxy32.33960.54860.3993
Hunter Lab56.867939.933135.4107
CIE-Lab63.622644.838069.6121

#f6750b color RGB value is (246,117,11).

#f6750b hex color red value is 246, green value is 117 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #f6750b hue: 0.08 , saturation: 0.93 and the lightness value of f6750b is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01110101 00001011
Octal 366 165 13
Decimal 246 117 11
Hex F6 75 B

RGB Percentages of Color #f6750b

%65.78
%31.28
%2.94

CMYK Percentages of Color #f6750b

%0
%52
%96
%4

Triadic Colors of #f6750b

#f6750b #0bf675 #750bf6

Analogous Colors of #f6750b

#f6750b #f6eb0b #f60b17

Monochromatic Colors of #f6750b

#f6750b

Complementary Color

#f6750b #0b8cf6

#f6750b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6750b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6750b Color CSS Codes

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

#f6750b Text Font Color

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

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


#f6750b Background Color

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

This div background color is #f6750b


#f6750b Border Color

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

This div border color is #f6750b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,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 #f6750b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6750b


Comments

No comments written yet.

Please login to write comment.