Color Hex Logo

#f6360a Color Hex

#F6360A
(246,54,10)
0 Favorites   0 Comments

Color spaces of #f6360a

RGB 2465410
HSL0.030.930.50
HSV11°96°96°
CMYK 0.000.780.96   0.04
XYZ39.380022.25312.5069
Yxy22.25310.61400.3469
Hunter Lab47.173266.458029.8704
CIE-Lab54.294569.754764.3005

#f6360a color RGB value is (246,54,10).

#f6360a hex color red value is 246, green value is 54 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #f6360a hue: 0.03 , saturation: 0.93 and the lightness value of f6360a is 0.50.

The process color (four color CMYK) of #f6360a color hex is 0.00, 0.78, 0.96, 0.04. Web safe color of #f6360a is #ff3300. Color #f6360a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00110110 00001010
Octal 366 66 12
Decimal 246 54 10
Hex F6 36 A

RGB Percentages of Color #f6360a

%79.35
%17.42
%3.23

CMYK Percentages of Color #f6360a

%0
%78
%96
%4

Triadic Colors of #f6360a

#f6360a #0af636 #360af6

Analogous Colors of #f6360a

#f6360a #f6ac0a #f60a54

Monochromatic Colors of #f6360a

#f6360a

Complementary Color

#f6360a #0acaf6

#f6360a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6360a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6360a Color CSS Codes

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

#f6360a Text Font Color

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

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


#f6360a Background Color

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

This div background color is #f6360a


#f6360a Border Color

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

This div border color is #f6360a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6360a

Related Colors


Comments

No comments written yet.

Please login to write comment.