Color Hex Logo

#f48106 Color Hex

#F48106
(244,129,6)
0 Favorites   0 Comments

Color spaces of #f48106

RGB 2441296
HSL0.090.950.49
HSV31°98°96°
CMYK 0.000.470.98   0.04
XYZ45.191434.94684.5358
Yxy34.94680.53370.4127
Hunter Lab59.115833.002636.8319
CIE-Lab65.707238.063371.5435

#f48106 color RGB value is (244,129,6).

#f48106 hex color red value is 244, green value is 129 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #f48106 hue: 0.09 , saturation: 0.95 and the lightness value of f48106 is 0.49.

The process color (four color CMYK) of #f48106 color hex is 0.00, 0.47, 0.98, 0.04. Web safe color of #f48106 is #ff9900. Color #f48106 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000001 00000110
Octal 364 201 6
Decimal 244 129 6
Hex F4 81 6

RGB Percentages of Color #f48106

%64.38
%34.04
%1.58

CMYK Percentages of Color #f48106

%0
%47
%98
%4

Triadic Colors of #f48106

#f48106 #06f481 #8106f4

Analogous Colors of #f48106

#f48106 #f0f406 #f40a06

Monochromatic Colors of #f48106

#f48106

Complementary Color

#f48106 #0679f4

#f48106 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48106 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48106 Color CSS Codes

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

#f48106 Text Font Color

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

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


#f48106 Background Color

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

This div background color is #f48106


#f48106 Border Color

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

This div border color is #f48106


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48106


Comments

No comments written yet.

Please login to write comment.