Color Hex Logo

#f48606 Color Hex

#F48606
(244,134,6)
0 Favorites   0 Comments

Color spaces of #f48606

RGB 2441346
HSL0.090.950.49
HSV32°98°96°
CMYK 0.000.450.98   0.04
XYZ45.866236.29644.7608
Yxy36.29640.52770.4176
Hunter Lab60.246530.462337.4873
CIE-Lab66.745835.519672.2061

#f48606 color RGB value is (244,134,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000110 00000110
Octal 364 206 6
Decimal 244 134 6
Hex F4 86 6

RGB Percentages of Color #f48606

%63.54
%34.90
%1.56

CMYK Percentages of Color #f48606

%0
%45
%98
%4

Triadic Colors of #f48606

#f48606 #06f486 #8606f4

Analogous Colors of #f48606

#f48606 #ebf406 #f40f06

Monochromatic Colors of #f48606

#f48606

Complementary Color

#f48606 #0674f4

#f48606 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48606 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48606 Color CSS Codes

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

#f48606 Text Font Color

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

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


#f48606 Background Color

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

This div background color is #f48606


#f48606 Border Color

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

This div border color is #f48606


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,134,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 #f48606">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48606

Related Colors


Comments

No comments written yet.

Please login to write comment.