Color Hex Logo

#f6563d Color Hex

#F6563D
(246,86,61)
0 Favorites   0 Comments

Color spaces of #f6563d

RGB 2468661
HSL0.020.910.60
HSV75°96°
CMYK 0.000.650.75   0.04
XYZ42.176126.58537.3234
Yxy26.58530.55430.3494
Hunter Lab51.560955.778827.6715
CIE-Lab58.588559.867447.2652

#f6563d color RGB value is (246,86,61).

#f6563d hex color red value is 246, green value is 86 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #f6563d hue: 0.02 , saturation: 0.91 and the lightness value of f6563d is 0.60.

The process color (four color CMYK) of #f6563d color hex is 0.00, 0.65, 0.75, 0.04. Web safe color of #f6563d is #ff6633. Color #f6563d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010110 00111101
Octal 366 126 75
Decimal 246 86 61
Hex F6 56 3D

RGB Percentages of Color #f6563d

%62.60
%21.88
%15.52

CMYK Percentages of Color #f6563d

%0
%65
%75
%4

Triadic Colors of #f6563d

#f6563d #3df656 #563df6

Analogous Colors of #f6563d

#f6563d #f6b33d #f63d81

Monochromatic Colors of #f6563d

#f6563d

Complementary Color

#f6563d #3dddf6

#f6563d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6563d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6563d Color CSS Codes

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

#f6563d Text Font Color

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

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


#f6563d Background Color

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

This div background color is #f6563d


#f6563d Border Color

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

This div border color is #f6563d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6563d


Comments

No comments written yet.

Please login to write comment.