Color Hex Logo

#f47315 Color Hex

#F47315
(244,115,21)
0 Favorites   0 Comments

Color spaces of #f47315

RGB 24411521
HSL0.070.910.52
HSV25°91°96°
CMYK 0.000.530.91   0.04
XYZ43.574331.54874.5024
Yxy31.54870.54720.3962
Hunter Lab56.168240.182734.5651
CIE-Lab62.968145.158366.9915

#f47315 color RGB value is (244,115,21).

#f47315 hex color red value is 244, green value is 115 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #f47315 hue: 0.07 , saturation: 0.91 and the lightness value of f47315 is 0.52.

The process color (four color CMYK) of #f47315 color hex is 0.00, 0.53, 0.91, 0.04. Web safe color of #f47315 is #ff6600. Color #f47315 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01110011 00010101
Octal 364 163 25
Decimal 244 115 21
Hex F4 73 15

RGB Percentages of Color #f47315

%64.21
%30.26
%5.53

CMYK Percentages of Color #f47315

%0
%53
%91
%4

Triadic Colors of #f47315

#f47315 #15f473 #7315f4

Analogous Colors of #f47315

#f47315 #f4e315 #f41526

Monochromatic Colors of #f47315

#f47315

Complementary Color

#f47315 #1596f4

#f47315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f47315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f47315 Color CSS Codes

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

#f47315 Text Font Color

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

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


#f47315 Background Color

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

This div background color is #f47315


#f47315 Border Color

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

This div border color is #f47315


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,115,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f47315


Comments

No comments written yet.

Please login to write comment.