Color Hex Logo

#f6080c Color Hex

#F6080C
(246,8,12)
0 Favorites   0 Comments

Color spaces of #f6080c

RGB 246812
HSL1.000.940.50
HSV359°97°96°
CMYK 0.000.970.95   0.04
XYZ38.159219.79302.1570
Yxy19.79300.63480.3293
Hunter Lab44.489375.246028.2679
CIE-Lab51.602477.466662.4397

#f6080c color RGB value is (246,8,12).

#f6080c hex color red value is 246, green value is 8 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #f6080c hue: 1.00 , saturation: 0.94 and the lightness value of f6080c is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00001000 00001100
Octal 366 10 14
Decimal 246 8 12
Hex F6 8 C

RGB Percentages of Color #f6080c

%92.48
%3.01
%4.51

CMYK Percentages of Color #f6080c

%0
%97
%95
%4

Triadic Colors of #f6080c

#f6080c #0cf608 #080cf6

Analogous Colors of #f6080c

#f6080c #f67b08 #f60883

Monochromatic Colors of #f6080c

#f6080c

Complementary Color

#f6080c #08f6f2

#f6080c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6080c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6080c Color CSS Codes

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

#f6080c Text Font Color

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

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


#f6080c Background Color

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

This div background color is #f6080c


#f6080c Border Color

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

This div border color is #f6080c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6080c


Comments

No comments written yet.

Please login to write comment.