Color Hex Logo

#f38900 Color Hex

#F38900
(243,137,0)
0 Favorites   0 Comments

Color spaces of #f38900

RGB 2431370
HSL0.091.000.48
HSV34°100°95°
CMYK 0.000.441.00   0.05
XYZ45.907836.94604.7117
Yxy36.94600.52430.4219
Hunter Lab60.783228.445237.9523
CIE-Lab67.236533.522973.2952

#f38900 color RGB value is (243,137,0).

#f38900 hex color red value is 243, green value is 137 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #f38900 hue: 0.09 , saturation: 1.00 and the lightness value of f38900 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10001001 00000000
Octal 363 211 0
Decimal 243 137 0
Hex F3 89 0

RGB Percentages of Color #f38900

%63.95
%36.05
%0.00

CMYK Percentages of Color #f38900

%0
%44
%100
%5

Triadic Colors of #f38900

#f38900 #00f389 #8900f3

Analogous Colors of #f38900

#f38900 #e4f300 #f31000

Monochromatic Colors of #f38900

#f38900

Complementary Color

#f38900 #006af3

#f38900 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f38900 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f38900 Color CSS Codes

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

#f38900 Text Font Color

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

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


#f38900 Background Color

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

This div background color is #f38900


#f38900 Border Color

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

This div border color is #f38900


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f38900


Comments

No comments written yet.

Please login to write comment.