Color Hex Logo

#f6631c Color Hex

#F6631C
(246,99,28)
0 Favorites   0 Comments

Color spaces of #f6631c

RGB 2469928
HSL0.050.920.54
HSV20°89°96°
CMYK 0.000.600.89   0.04
XYZ42.677528.60044.3697
Yxy28.60040.56420.3781
Hunter Lab53.479348.857432.5911
CIE-Lab60.427353.446763.2970

#f6631c color RGB value is (246,99,28).

#f6631c hex color red value is 246, green value is 99 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #f6631c hue: 0.05 , saturation: 0.92 and the lightness value of f6631c is 0.54.

The process color (four color CMYK) of #f6631c color hex is 0.00, 0.60, 0.89, 0.04. Web safe color of #f6631c is #ff6633. Color #f6631c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01100011 00011100
Octal 366 143 34
Decimal 246 99 28
Hex F6 63 1C

RGB Percentages of Color #f6631c

%65.95
%26.54
%7.51

CMYK Percentages of Color #f6631c

%0
%60
%89
%4

Triadic Colors of #f6631c

#f6631c #1cf663 #631cf6

Analogous Colors of #f6631c

#f6631c #f6d01c #f61c42

Monochromatic Colors of #f6631c

#f6631c

Complementary Color

#f6631c #1caff6

#f6631c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6631c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6631c Color CSS Codes

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

#f6631c Text Font Color

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

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


#f6631c Background Color

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

This div background color is #f6631c


#f6631c Border Color

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

This div border color is #f6631c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6631c


Comments

No comments written yet.

Please login to write comment.