Color Hex Logo

#f28607 Color Hex

#F28607
(242,134,7)
0 Favorites   0 Comments

Color spaces of #f28607

RGB 2421347
HSL0.090.940.49
HSV32°97°95°
CMYK 0.000.450.97   0.05
XYZ45.181435.94284.7573
Yxy35.94280.52610.4185
Hunter Lab59.952329.605037.2619
CIE-Lab66.476234.720071.7586

#f28607 color RGB value is (242,134,7).

#f28607 hex color red value is 242, green value is 134 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #f28607 hue: 0.09 , saturation: 0.94 and the lightness value of f28607 is 0.49.

The process color (four color CMYK) of #f28607 color hex is 0.00, 0.45, 0.97, 0.05. Web safe color of #f28607 is #ff9900. Color #f28607 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10000110 00000111
Octal 362 206 7
Decimal 242 134 7
Hex F2 86 7

RGB Percentages of Color #f28607

%63.19
%34.99
%1.83

CMYK Percentages of Color #f28607

%0
%45
%97
%5

Triadic Colors of #f28607

#f28607 #07f286 #8607f2

Analogous Colors of #f28607

#f28607 #e9f207 #f21107

Monochromatic Colors of #f28607

#f28607

Complementary Color

#f28607 #0773f2

#f28607 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f28607 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f28607 Color CSS Codes

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

#f28607 Text Font Color

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

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


#f28607 Background Color

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

This div background color is #f28607


#f28607 Border Color

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

This div border color is #f28607


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f28607


Comments

No comments written yet.

Please login to write comment.