Color Hex Logo

#f65f1e Color Hex

#F65F1E
(246,95,30)
0 Favorites   0 Comments

Color spaces of #f65f1e

RGB 2469530
HSL0.050.920.54
HSV18°88°96°
CMYK 0.000.610.88   0.04
XYZ42.332627.87104.3768
Yxy27.87100.56760.3737
Hunter Lab52.793050.744332.0397
CIE-Lab59.772055.237262.1301

#f65f1e color RGB value is (246,95,30).

#f65f1e hex color red value is 246, green value is 95 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #f65f1e hue: 0.05 , saturation: 0.92 and the lightness value of f65f1e is 0.54.

The process color (four color CMYK) of #f65f1e color hex is 0.00, 0.61, 0.88, 0.04. Web safe color of #f65f1e is #ff6633. Color #f65f1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011111 00011110
Octal 366 137 36
Decimal 246 95 30
Hex F6 5F 1E

RGB Percentages of Color #f65f1e

%66.31
%25.61
%8.09

CMYK Percentages of Color #f65f1e

%0
%61
%88
%4

Triadic Colors of #f65f1e

#f65f1e #1ef65f #5f1ef6

Analogous Colors of #f65f1e

#f65f1e #f6cb1e #f61e49

Monochromatic Colors of #f65f1e

#f65f1e

Complementary Color

#f65f1e #1eb5f6

#f65f1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65f1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65f1e Color CSS Codes

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

#f65f1e Text Font Color

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

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


#f65f1e Background Color

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

This div background color is #f65f1e


#f65f1e Border Color

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

This div border color is #f65f1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65f1e

Related Colors


Comments

No comments written yet.

Please login to write comment.