Color Hex Logo

#f6050a Color Hex

#F6050A
(246,5,10)
0 Favorites   0 Comments

Color spaces of #f6050a

RGB 246510
HSL1.000.960.49
HSV359°98°96°
CMYK 0.000.980.96   0.04
XYZ38.115119.72332.0852
Yxy19.72330.63610.3291
Hunter Lab44.410975.476228.3038
CIE-Lab51.522977.666962.9099

#f6050a color RGB value is (246,5,10).

#f6050a hex color red value is 246, green value is 5 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #f6050a hue: 1.00 , saturation: 0.96 and the lightness value of f6050a is 0.49.

The process color (four color CMYK) of #f6050a color hex is 0.00, 0.98, 0.96, 0.04. Web safe color of #f6050a is #ff0000. Color #f6050a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000101 00001010
Octal 366 5 12
Decimal 246 5 10
Hex F6 5 A

RGB Percentages of Color #f6050a

%94.25
%1.92
%3.83

CMYK Percentages of Color #f6050a

%0
%98
%96
%4

Triadic Colors of #f6050a

#f6050a #0af605 #050af6

Analogous Colors of #f6050a

#f6050a #f67905 #f60583

Monochromatic Colors of #f6050a

#f6050a

Complementary Color

#f6050a #05f6f1

#f6050a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6050a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6050a Color CSS Codes

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

#f6050a Text Font Color

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

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


#f6050a Background Color

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

This div background color is #f6050a


#f6050a Border Color

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

This div border color is #f6050a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6050a


Comments

No comments written yet.

Please login to write comment.