Color Hex Logo

#f65104 Color Hex

#F65104
(246,81,4)
0 Favorites   0 Comments

Color spaces of #f65104

RGB 246814
HSL0.050.970.49
HSV19°98°96°
CMYK 0.000.670.98   0.04
XYZ40.970425.48652.8749
Yxy25.48650.59090.3676
Hunter Lab50.484256.514331.9625
CIE-Lab57.546460.689967.2492

#f65104 color RGB value is (246,81,4).

#f65104 hex color red value is 246, green value is 81 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #f65104 hue: 0.05 , saturation: 0.97 and the lightness value of f65104 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010001 00000100
Octal 366 121 4
Decimal 246 81 4
Hex F6 51 4

RGB Percentages of Color #f65104

%74.32
%24.47
%1.21

CMYK Percentages of Color #f65104

%0
%67
%98
%4

Triadic Colors of #f65104

#f65104 #04f651 #5104f6

Analogous Colors of #f65104

#f65104 #f6ca04 #f60430

Monochromatic Colors of #f65104

#f65104

Complementary Color

#f65104 #04a9f6

#f65104 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65104 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65104 Color CSS Codes

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

#f65104 Text Font Color

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

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


#f65104 Background Color

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

This div background color is #f65104


#f65104 Border Color

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

This div border color is #f65104


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65104


Comments

No comments written yet.

Please login to write comment.