Color Hex Logo

#f06519 Color Hex

#F06519
(240,101,25)
0 Favorites   0 Comments

Color spaces of #f06519

RGB 24010125
HSL0.060.880.52
HSV21°90°94°
CMYK 0.000.580.90   0.06
XYZ40.764327.90284.1570
Yxy27.90280.55980.3832
Hunter Lab52.823145.310432.3102
CIE-Lab59.800850.338263.3464

#f06519 color RGB value is (240,101,25).

#f06519 hex color red value is 240, green value is 101 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #f06519 hue: 0.06 , saturation: 0.88 and the lightness value of f06519 is 0.52.

The process color (four color CMYK) of #f06519 color hex is 0.00, 0.58, 0.90, 0.06. Web safe color of #f06519 is #ff6600. Color #f06519 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01100101 00011001
Octal 360 145 31
Decimal 240 101 25
Hex F0 65 19

RGB Percentages of Color #f06519

%65.57
%27.60
%6.83

CMYK Percentages of Color #f06519

%0
%58
%90
%6

Triadic Colors of #f06519

#f06519 #19f065 #6519f0

Analogous Colors of #f06519

#f06519 #f0d119 #f01938

Monochromatic Colors of #f06519

#f06519

Complementary Color

#f06519 #19a4f0

#f06519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06519 Color CSS Codes

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

#f06519 Text Font Color

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

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


#f06519 Background Color

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

This div background color is #f06519


#f06519 Border Color

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

This div border color is #f06519


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,101,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 #f06519">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06519


Comments

No comments written yet.

Please login to write comment.