Color Hex Logo

#f65715 Color Hex

#F65715
(246,87,21)
0 Favorites   0 Comments

Color spaces of #f65715

RGB 2468721
HSL0.050.930.52
HSV18°91°96°
CMYK 0.000.650.91   0.04
XYZ41.549626.46343.6275
Yxy26.46340.58000.3694
Hunter Lab51.442654.147931.8289
CIE-Lab58.474358.461864.0495

#f65715 color RGB value is (246,87,21).

#f65715 hex color red value is 246, green value is 87 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #f65715 hue: 0.05 , saturation: 0.93 and the lightness value of f65715 is 0.52.

The process color (four color CMYK) of #f65715 color hex is 0.00, 0.65, 0.91, 0.04. Web safe color of #f65715 is #ff6600. Color #f65715 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010111 00010101
Octal 366 127 25
Decimal 246 87 21
Hex F6 57 15

RGB Percentages of Color #f65715

%69.49
%24.58
%5.93

CMYK Percentages of Color #f65715

%0
%65
%91
%4

Triadic Colors of #f65715

#f65715 #15f657 #5715f6

Analogous Colors of #f65715

#f65715 #f6c815 #f61543

Monochromatic Colors of #f65715

#f65715

Complementary Color

#f65715 #15b4f6

#f65715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65715 Color CSS Codes

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

#f65715 Text Font Color

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

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


#f65715 Background Color

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

This div background color is #f65715


#f65715 Border Color

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

This div border color is #f65715


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65715


Comments

No comments written yet.

Please login to write comment.