Color Hex Logo

#f65219 Color Hex

#F65219
(246,82,25)
0 Favorites   0 Comments

Color spaces of #f65219

RGB 2468225
HSL0.040.920.53
HSV15°90°96°
CMYK 0.000.670.90   0.04
XYZ41.198825.69763.7084
Yxy25.69760.58350.3640
Hunter Lab50.692856.357231.1476
CIE-Lab57.748960.517662.3238

#f65219 color RGB value is (246,82,25).

#f65219 hex color red value is 246, green value is 82 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #f65219 hue: 0.04 , saturation: 0.92 and the lightness value of f65219 is 0.53.

The process color (four color CMYK) of #f65219 color hex is 0.00, 0.67, 0.90, 0.04. Web safe color of #f65219 is #ff6600. Color #f65219 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010010 00011001
Octal 366 122 31
Decimal 246 82 25
Hex F6 52 19

RGB Percentages of Color #f65219

%69.69
%23.23
%7.08

CMYK Percentages of Color #f65219

%0
%67
%90
%4

Triadic Colors of #f65219

#f65219 #19f652 #5219f6

Analogous Colors of #f65219

#f65219 #f6c119 #f6194e

Monochromatic Colors of #f65219

#f65219

Complementary Color

#f65219 #19bdf6

#f65219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65219 Color CSS Codes

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

#f65219 Text Font Color

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

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


#f65219 Background Color

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

This div background color is #f65219


#f65219 Border Color

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

This div border color is #f65219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65219


Comments

No comments written yet.

Please login to write comment.