Color Hex Logo

#f66321 Color Hex

#F66321
(246,99,33)
0 Favorites   0 Comments

Color spaces of #f66321

RGB 2469933
HSL0.050.920.55
HSV19°87°96°
CMYK 0.000.600.87   0.04
XYZ42.742428.62634.7115
Yxy28.62630.56180.3763
Hunter Lab53.503648.967132.2314
CIE-Lab60.450453.541361.5961

#f66321 color RGB value is (246,99,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01100011 00100001
Octal 366 143 41
Decimal 246 99 33
Hex F6 63 21

RGB Percentages of Color #f66321

%65.08
%26.19
%8.73

CMYK Percentages of Color #f66321

%0
%60
%87
%4

Triadic Colors of #f66321

#f66321 #21f663 #6321f6

Analogous Colors of #f66321

#f66321 #f6ce21 #f6214a

Monochromatic Colors of #f66321

#f66321

Complementary Color

#f66321 #21b4f6

#f66321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66321 Color CSS Codes

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

#f66321 Text Font Color

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

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


#f66321 Background Color

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

This div background color is #f66321


#f66321 Border Color

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

This div border color is #f66321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66321


Comments

No comments written yet.

Please login to write comment.