Color Hex Logo

#f3990e Color Hex

#F3990E
(243,153,14)
0 Favorites   0 Comments

Color spaces of #f3990e

RGB 24315314
HSL0.100.910.50
HSV36°94°95°
CMYK 0.000.370.94   0.05
XYZ48.432641.86895.9443
Yxy41.86890.50320.4350
Hunter Lab64.706220.371539.8476
CIE-Lab70.780425.311273.7503

#f3990e color RGB value is (243,153,14).

#f3990e hex color red value is 243, green value is 153 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #f3990e hue: 0.10 , saturation: 0.91 and the lightness value of f3990e is 0.50.

The process color (four color CMYK) of #f3990e color hex is 0.00, 0.37, 0.94, 0.05. Web safe color of #f3990e is #ff9900. Color #f3990e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10011001 00001110
Octal 363 231 16
Decimal 243 153 14
Hex F3 99 E

RGB Percentages of Color #f3990e

%59.27
%37.32
%3.41

CMYK Percentages of Color #f3990e

%0
%37
%94
%5

Triadic Colors of #f3990e

#f3990e #0ef399 #990ef3

Analogous Colors of #f3990e

#f3990e #dbf30e #f3270e

Monochromatic Colors of #f3990e

#f3990e

Complementary Color

#f3990e #0e68f3

#f3990e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3990e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3990e Color CSS Codes

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

#f3990e Text Font Color

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

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


#f3990e Background Color

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

This div background color is #f3990e


#f3990e Border Color

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

This div border color is #f3990e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3990e


Comments

No comments written yet.

Please login to write comment.