Color Hex Logo

#f39301 Color Hex

#F39301
(243,147,1)
0 Favorites   0 Comments

Color spaces of #f39301

RGB 2431471
HSL0.100.990.48
HSV36°100°95°
CMYK 0.000.401.00   0.05
XYZ47.401339.92435.2366
Yxy39.92430.51210.4313
Hunter Lab63.185723.334139.3162
CIE-Lab69.415628.339274.5361

#f39301 color RGB value is (243,147,1).

#f39301 hex color red value is 243, green value is 147 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #f39301 hue: 0.10 , saturation: 0.99 and the lightness value of f39301 is 0.48.

The process color (four color CMYK) of #f39301 color hex is 0.00, 0.40, 1.00, 0.05. Web safe color of #f39301 is #ff9900. Color #f39301 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10010011 00000001
Octal 363 223 1
Decimal 243 147 1
Hex F3 93 1

RGB Percentages of Color #f39301

%62.15
%37.60
%0.26

CMYK Percentages of Color #f39301

%0
%40
%100
%5

Triadic Colors of #f39301

#f39301 #01f393 #9301f3

Analogous Colors of #f39301

#f39301 #daf301 #f31a01

Monochromatic Colors of #f39301

#f39301

Complementary Color

#f39301 #0161f3

#f39301 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f39301 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f39301 Color CSS Codes

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

#f39301 Text Font Color

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

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


#f39301 Background Color

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

This div background color is #f39301


#f39301 Border Color

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

This div border color is #f39301


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,147,1, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f39301; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f39301;
  -webkit-box-shadow: 1px 1px 3px 2px #f39301;
  box-shadow:         1px 1px 3px 2px #f39301; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,147,1, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f39301


Comments

No comments written yet.

Please login to write comment.