Color Hex Logo

#f08135 Color Hex

#F08135
(240,129,53)
0 Favorites   0 Comments

Color spaces of #f08135

RGB 24012953
HSL0.070.860.57
HSV24°78°94°
CMYK 0.000.460.78   0.06
XYZ44.428034.48287.6824
Yxy34.48280.51310.3982
Hunter Lab58.722132.286133.3487
CIE-Lab65.344037.419057.6047

#f08135 color RGB value is (240,129,53).

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

The process color (four color CMYK) of #f08135 color hex is 0.00, 0.46, 0.78, 0.06. Web safe color of #f08135 is #ff9933. Color #f08135 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000001 00110101
Octal 360 201 65
Decimal 240 129 53
Hex F0 81 35

RGB Percentages of Color #f08135

%56.87
%30.57
%12.56

CMYK Percentages of Color #f08135

%0
%46
%78
%6

Triadic Colors of #f08135

#f08135 #35f081 #8135f0

Analogous Colors of #f08135

#f08135 #f0df35 #f03546

Monochromatic Colors of #f08135

#f08135

Complementary Color

#f08135 #35a4f0

#f08135 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08135 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08135 Color CSS Codes

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

#f08135 Text Font Color

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

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


#f08135 Background Color

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

This div background color is #f08135


#f08135 Border Color

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

This div border color is #f08135


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,129,53, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08135


Comments

No comments written yet.

Please login to write comment.