Color Hex Logo

#f09316 Color Hex

#F09316
(240,147,22)
0 Favorites   0 Comments

Color spaces of #f09316

RGB 24014722
HSL0.100.880.51
HSV34°91°94°
CMYK 0.000.390.91   0.06
XYZ46.513739.45065.9222
Yxy39.45060.50620.4293
Hunter Lab62.809722.271138.3765
CIE-Lab69.076427.310670.9064

#f09316 color RGB value is (240,147,22).

#f09316 hex color red value is 240, green value is 147 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #f09316 hue: 0.10 , saturation: 0.88 and the lightness value of f09316 is 0.51.

The process color (four color CMYK) of #f09316 color hex is 0.00, 0.39, 0.91, 0.06. Web safe color of #f09316 is #ff9900. Color #f09316 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010011 00010110
Octal 360 223 26
Decimal 240 147 22
Hex F0 93 16

RGB Percentages of Color #f09316

%58.68
%35.94
%5.38

CMYK Percentages of Color #f09316

%0
%39
%91
%6

Triadic Colors of #f09316

#f09316 #16f093 #9316f0

Analogous Colors of #f09316

#f09316 #e0f016 #f02616

Monochromatic Colors of #f09316

#f09316

Complementary Color

#f09316 #1673f0

#f09316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09316 Color CSS Codes

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

#f09316 Text Font Color

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

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


#f09316 Background Color

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

This div background color is #f09316


#f09316 Border Color

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

This div border color is #f09316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09316


Comments

No comments written yet.

Please login to write comment.