Color Hex Logo

#f08638 Color Hex

#F08638
(240,134,56)
0 Favorites   0 Comments

Color spaces of #f08638

RGB 24013456
HSL0.070.860.58
HSV25°77°94°
CMYK 0.000.440.77   0.06
XYZ45.174135.86108.2823
Yxy35.86100.50580.4015
Hunter Lab59.884129.856133.7187
CIE-Lab66.413634.968857.3514

#f08638 color RGB value is (240,134,56).

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

The process color (four color CMYK) of #f08638 color hex is 0.00, 0.44, 0.77, 0.06. Web safe color of #f08638 is #ff9933. Color #f08638 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000110 00111000
Octal 360 206 70
Decimal 240 134 56
Hex F0 86 38

RGB Percentages of Color #f08638

%55.81
%31.16
%13.02

CMYK Percentages of Color #f08638

%0
%44
%77
%6

Triadic Colors of #f08638

#f08638 #38f086 #8638f0

Analogous Colors of #f08638

#f08638 #f0e238 #f03846

Monochromatic Colors of #f08638

#f08638

Complementary Color

#f08638 #38a2f0

#f08638 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08638 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08638 Color CSS Codes

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

#f08638 Text Font Color

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

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


#f08638 Background Color

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

This div background color is #f08638


#f08638 Border Color

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

This div border color is #f08638


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08638


Comments

No comments written yet.

Please login to write comment.