Color Hex Logo

#f28638 Color Hex

#F28638
(242,134,56)
0 Favorites   0 Comments

Color spaces of #f28638

RGB 24213456
HSL0.070.880.58
HSV25°77°95°
CMYK 0.000.450.77   0.05
XYZ45.856936.21308.3143
Yxy36.21300.50740.4007
Hunter Lab60.177230.712333.9324
CIE-Lab66.682435.766557.7058

#f28638 color RGB value is (242,134,56).

#f28638 hex color red value is 242, green value is 134 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #f28638 hue: 0.07 , saturation: 0.88 and the lightness value of f28638 is 0.58.

The process color (four color CMYK) of #f28638 color hex is 0.00, 0.45, 0.77, 0.05. Web safe color of #f28638 is #ff9933. Color #f28638 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10000110 00111000
Octal 362 206 70
Decimal 242 134 56
Hex F2 86 38

RGB Percentages of Color #f28638

%56.02
%31.02
%12.96

CMYK Percentages of Color #f28638

%0
%45
%77
%5

Triadic Colors of #f28638

#f28638 #38f286 #8638f2

Analogous Colors of #f28638

#f28638 #f2e338 #f23847

Monochromatic Colors of #f28638

#f28638

Complementary Color

#f28638 #38a4f2

#f28638 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f28638 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f28638 Color CSS Codes

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

#f28638 Text Font Color

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

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


#f28638 Background Color

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

This div background color is #f28638


#f28638 Border Color

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

This div border color is #f28638


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f28638


Comments

No comments written yet.

Please login to write comment.