Color Hex Logo

#f6752d Color Hex

#F6752D
(246,117,45)
0 Favorites   0 Comments

Color spaces of #f6752d

RGB 24611745
HSL0.060.920.57
HSV21°82°96°
CMYK 0.000.520.82   0.04
XYZ44.841032.50496.3933
Yxy32.50490.53550.3882
Hunter Lab57.013140.618133.2605
CIE-Lab63.758045.453959.7785

#f6752d color RGB value is (246,117,45).

#f6752d hex color red value is 246, green value is 117 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #f6752d hue: 0.06 , saturation: 0.92 and the lightness value of f6752d is 0.57.

The process color (four color CMYK) of #f6752d color hex is 0.00, 0.52, 0.82, 0.04. Web safe color of #f6752d is #ff6633. Color #f6752d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01110101 00101101
Octal 366 165 55
Decimal 246 117 45
Hex F6 75 2D

RGB Percentages of Color #f6752d

%60.29
%28.68
%11.03

CMYK Percentages of Color #f6752d

%0
%52
%82
%4

Triadic Colors of #f6752d

#f6752d #2df675 #752df6

Analogous Colors of #f6752d

#f6752d #f6da2d #f62d49

Monochromatic Colors of #f6752d

#f6752d

Complementary Color

#f6752d #2daef6

#f6752d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6752d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6752d Color CSS Codes

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

#f6752d Text Font Color

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

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


#f6752d Background Color

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

This div background color is #f6752d


#f6752d Border Color

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

This div border color is #f6752d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6752d


Comments

No comments written yet.

Please login to write comment.