Color Hex Logo

#f27109 Color Hex

#F27109
(242,113,9)
0 Favorites   0 Comments

Color spaces of #f27109

RGB 2421139
HSL0.070.930.49
HSV27°96°95°
CMYK 0.000.530.96   0.05
XYZ42.572430.70723.9417
Yxy30.70720.55130.3977
Hunter Lab55.414140.159734.5725
CIE-Lab62.259745.234168.7691

#f27109 color RGB value is (242,113,9).

#f27109 hex color red value is 242, green value is 113 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #f27109 hue: 0.07 , saturation: 0.93 and the lightness value of f27109 is 0.49.

The process color (four color CMYK) of #f27109 color hex is 0.00, 0.53, 0.96, 0.05. Web safe color of #f27109 is #ff6600. Color #f27109 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01110001 00001001
Octal 362 161 11
Decimal 242 113 9
Hex F2 71 9

RGB Percentages of Color #f27109

%66.48
%31.04
%2.47

CMYK Percentages of Color #f27109

%0
%53
%96
%5

Triadic Colors of #f27109

#f27109 #09f271 #7109f2

Analogous Colors of #f27109

#f27109 #f2e609 #f20915

Monochromatic Colors of #f27109

#f27109

Complementary Color

#f27109 #098af2

#f27109 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f27109 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f27109 Color CSS Codes

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

#f27109 Text Font Color

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

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


#f27109 Background Color

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

This div background color is #f27109


#f27109 Border Color

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

This div border color is #f27109


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,113,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f27109; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f27109;
  -webkit-box-shadow: 1px 1px 3px 2px #f27109;
  box-shadow:         1px 1px 3px 2px #f27109; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f27109


Comments

No comments written yet.

Please login to write comment.