Color Hex Logo

#f48728 Color Hex

#F48728
(244,135,40)
0 Favorites   0 Comments

Color spaces of #f48728

RGB 24413540
HSL0.080.900.56
HSV28°84°96°
CMYK 0.000.450.84   0.04
XYZ46.355236.71426.6509
Yxy36.71420.51670.4092
Hunter Lab60.592230.522435.9066
CIE-Lab67.062135.545164.4448

#f48728 color RGB value is (244,135,40).

#f48728 hex color red value is 244, green value is 135 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #f48728 hue: 0.08 , saturation: 0.90 and the lightness value of f48728 is 0.56.

The process color (four color CMYK) of #f48728 color hex is 0.00, 0.45, 0.84, 0.04. Web safe color of #f48728 is #ff9933. Color #f48728 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000111 00101000
Octal 364 207 50
Decimal 244 135 40
Hex F4 87 28

RGB Percentages of Color #f48728

%58.23
%32.22
%9.55

CMYK Percentages of Color #f48728

%0
%45
%84
%4

Triadic Colors of #f48728

#f48728 #28f487 #8728f4

Analogous Colors of #f48728

#f48728 #f4ed28 #f4282f

Monochromatic Colors of #f48728

#f48728

Complementary Color

#f48728 #2895f4

#f48728 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48728 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48728 Color CSS Codes

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

#f48728 Text Font Color

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

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


#f48728 Background Color

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

This div background color is #f48728


#f48728 Border Color

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

This div border color is #f48728


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,135,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f48728; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f48728;
  -webkit-box-shadow: 1px 1px 3px 2px #f48728;
  box-shadow:         1px 1px 3px 2px #f48728; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,135,40, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48728


Comments

No comments written yet.

Please login to write comment.