Color Hex Logo

#f6613f Color Hex

#F6613F
(246,97,63)
0 Favorites   0 Comments

Color spaces of #f6613f

RGB 2469763
HSL0.030.910.61
HSV11°74°96°
CMYK 0.000.610.74   0.04
XYZ43.177928.50117.9282
Yxy28.50110.54240.3580
Hunter Lab53.386450.941128.5656
CIE-Lab60.338855.319048.1029

#f6613f color RGB value is (246,97,63).

#f6613f hex color red value is 246, green value is 97 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #f6613f hue: 0.03 , saturation: 0.91 and the lightness value of f6613f is 0.61.

The process color (four color CMYK) of #f6613f color hex is 0.00, 0.61, 0.74, 0.04. Web safe color of #f6613f is #ff6633. Color #f6613f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01100001 00111111
Octal 366 141 77
Decimal 246 97 63
Hex F6 61 3F

RGB Percentages of Color #f6613f

%60.59
%23.89
%15.52

CMYK Percentages of Color #f6613f

%0
%61
%74
%4

Triadic Colors of #f6613f

#f6613f #3ff661 #613ff6

Analogous Colors of #f6613f

#f6613f #f6bd3f #f63f79

Monochromatic Colors of #f6613f

#f6613f

Complementary Color

#f6613f #3fd4f6

#f6613f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6613f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6613f Color CSS Codes

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

#f6613f Text Font Color

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

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


#f6613f Background Color

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

This div background color is #f6613f


#f6613f Border Color

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

This div border color is #f6613f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6613f


Comments

No comments written yet.

Please login to write comment.