Color Hex Logo

#f6170d Color Hex

#F6170D
(246,23,13)
0 Favorites   0 Comments

Color spaces of #f6170d

RGB 2462313
HSL0.010.930.51
HSV95°96°
CMYK 0.000.910.95   0.04
XYZ38.385120.23472.2633
Yxy20.23470.63050.3324
Hunter Lab44.983073.598228.5049
CIE-Lab52.101576.041462.4256

#f6170d color RGB value is (246,23,13).

#f6170d hex color red value is 246, green value is 23 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #f6170d hue: 0.01 , saturation: 0.93 and the lightness value of f6170d is 0.51.

The process color (four color CMYK) of #f6170d color hex is 0.00, 0.91, 0.95, 0.04. Web safe color of #f6170d is #ff0000. Color #f6170d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00010111 00001101
Octal 366 27 15
Decimal 246 23 13
Hex F6 17 D

RGB Percentages of Color #f6170d

%87.23
%8.16
%4.61

CMYK Percentages of Color #f6170d

%0
%91
%95
%4

Triadic Colors of #f6170d

#f6170d #0df617 #170df6

Analogous Colors of #f6170d

#f6170d #f68c0d #f60d78

Monochromatic Colors of #f6170d

#f6170d

Complementary Color

#f6170d #0decf6

#f6170d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6170d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6170d Color CSS Codes

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

#f6170d Text Font Color

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

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


#f6170d Background Color

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

This div background color is #f6170d


#f6170d Border Color

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

This div border color is #f6170d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6170d


Comments

No comments written yet.

Please login to write comment.