Color Hex Logo

#f48930 Color Hex

#F48930
(244,137,48)
0 Favorites   0 Comments

Color spaces of #f48930

RGB 24413748
HSL0.080.900.57
HSV27°80°96°
CMYK 0.000.440.80   0.04
XYZ46.787437.33787.5373
Yxy37.33780.51040.4073
Hunter Lab61.104729.743035.4598
CIE-Lab67.529734.748861.8968

#f48930 color RGB value is (244,137,48).

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

The process color (four color CMYK) of #f48930 color hex is 0.00, 0.44, 0.80, 0.04. Web safe color of #f48930 is #ff9933. Color #f48930 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001001 00110000
Octal 364 211 60
Decimal 244 137 48
Hex F4 89 30

RGB Percentages of Color #f48930

%56.88
%31.93
%11.19

CMYK Percentages of Color #f48930

%0
%44
%80
%4

Triadic Colors of #f48930

#f48930 #30f489 #8930f4

Analogous Colors of #f48930

#f48930 #f4eb30 #f43039

Monochromatic Colors of #f48930

#f48930

Complementary Color

#f48930 #309bf4

#f48930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48930 Color CSS Codes

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

#f48930 Text Font Color

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

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


#f48930 Background Color

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

This div background color is #f48930


#f48930 Border Color

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

This div border color is #f48930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48930


Comments

No comments written yet.

Please login to write comment.