Color Hex Logo

#f06104 Color Hex

#F06104
(240,97,4)
0 Favorites   0 Comments

Color spaces of #f06104

RGB 240974
HSL0.070.970.48
HSV24°98°94°
CMYK 0.000.600.98   0.06
XYZ40.231827.08343.2220
Yxy27.08340.57040.3840
Hunter Lab52.041746.919732.7584
CIE-Lab59.051451.919267.5378

#f06104 color RGB value is (240,97,4).

#f06104 hex color red value is 240, green value is 97 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #f06104 hue: 0.07 , saturation: 0.97 and the lightness value of f06104 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01100001 00000100
Octal 360 141 4
Decimal 240 97 4
Hex F0 61 4

RGB Percentages of Color #f06104

%70.38
%28.45
%1.17

CMYK Percentages of Color #f06104

%0
%60
%98
%6

Triadic Colors of #f06104

#f06104 #04f061 #6104f0

Analogous Colors of #f06104

#f06104 #f0d704 #f0041d

Monochromatic Colors of #f06104

#f06104

Complementary Color

#f06104 #0493f0

#f06104 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06104 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06104 Color CSS Codes

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

#f06104 Text Font Color

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

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


#f06104 Background Color

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

This div background color is #f06104


#f06104 Border Color

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

This div border color is #f06104


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06104


Comments

No comments written yet.

Please login to write comment.