Color Hex Logo

#f6180d Color Hex

#F6180D
(246,24,13)
0 Favorites   0 Comments

Color spaces of #f6180d

RGB 2462413
HSL0.010.930.51
HSV95°96°
CMYK 0.000.900.95   0.04
XYZ38.405320.27522.2701
Yxy20.27520.63010.3326
Hunter Lab45.028073.447328.5305
CIE-Lab52.146975.910562.4488

#f6180d color RGB value is (246,24,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00011000 00001101
Octal 366 30 15
Decimal 246 24 13
Hex F6 18 D

RGB Percentages of Color #f6180d

%86.93
%8.48
%4.59

CMYK Percentages of Color #f6180d

%0
%90
%95
%4

Triadic Colors of #f6180d

#f6180d #0df618 #180df6

Analogous Colors of #f6180d

#f6180d #f68d0d #f60d77

Monochromatic Colors of #f6180d

#f6180d

Complementary Color

#f6180d #0debf6

#f6180d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6180d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6180d Color CSS Codes

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

#f6180d Text Font Color

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

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


#f6180d Background Color

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

This div background color is #f6180d


#f6180d Border Color

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

This div border color is #f6180d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6180d


Comments

No comments written yet.

Please login to write comment.