Color Hex Logo

#f66305 Color Hex

#F66305
(246,99,5)
0 Favorites   0 Comments

Color spaces of #f66305

RGB 246995
HSL0.070.960.49
HSV23°98°96°
CMYK 0.000.600.98   0.04
XYZ42.495328.52753.4102
Yxy28.52750.57090.3833
Hunter Lab53.411148.549833.6022
CIE-Lab60.362353.181268.6162

#f66305 color RGB value is (246,99,5).

#f66305 hex color red value is 246, green value is 99 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #f66305 hue: 0.07 , saturation: 0.96 and the lightness value of f66305 is 0.49.

The process color (four color CMYK) of #f66305 color hex is 0.00, 0.60, 0.98, 0.04. Web safe color of #f66305 is #ff6600. Color #f66305 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01100011 00000101
Octal 366 143 5
Decimal 246 99 5
Hex F6 63 5

RGB Percentages of Color #f66305

%70.29
%28.29
%1.43

CMYK Percentages of Color #f66305

%0
%60
%98
%4

Triadic Colors of #f66305

#f66305 #05f663 #6305f6

Analogous Colors of #f66305

#f66305 #f6dc05 #f60520

Monochromatic Colors of #f66305

#f66305

Complementary Color

#f66305 #0598f6

#f66305 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66305 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66305 Color CSS Codes

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

#f66305 Text Font Color

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

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


#f66305 Background Color

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

This div background color is #f66305


#f66305 Border Color

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

This div border color is #f66305


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66305


Comments

No comments written yet.

Please login to write comment.