Color Hex Logo

#f48525 Color Hex

#F48525
(244,133,37)
0 Favorites   0 Comments

Color spaces of #f48525

RGB 24413337
HSL0.080.900.55
HSV28°85°96°
CMYK 0.000.450.85   0.04
XYZ46.029736.14176.3003
Yxy36.14170.52030.4085
Hunter Lab60.118031.463235.8690
CIE-Lab66.628136.492565.1056

#f48525 color RGB value is (244,133,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000101 00100101
Octal 364 205 45
Decimal 244 133 37
Hex F4 85 25

RGB Percentages of Color #f48525

%58.94
%32.13
%8.94

CMYK Percentages of Color #f48525

%0
%45
%85
%4

Triadic Colors of #f48525

#f48525 #25f485 #8525f4

Analogous Colors of #f48525

#f48525 #f4ed25 #f4252d

Monochromatic Colors of #f48525

#f48525

Complementary Color

#f48525 #2594f4

#f48525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48525 Color CSS Codes

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

#f48525 Text Font Color

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

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


#f48525 Background Color

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

This div background color is #f48525


#f48525 Border Color

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

This div border color is #f48525


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48525


Comments

No comments written yet.

Please login to write comment.