Color Hex Logo

#f04515 Color Hex

#F04515
(240,69,21)
0 Favorites   0 Comments

Color spaces of #f04515

RGB 2406921
HSL0.040.880.51
HSV13°91°94°
CMYK 0.000.710.91   0.06
XYZ38.198722.83573.1039
Yxy22.83570.59560.3560
Hunter Lab47.786759.058729.5996
CIE-Lab54.902763.368261.1501

#f04515 color RGB value is (240,69,21).

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

The process color (four color CMYK) of #f04515 color hex is 0.00, 0.71, 0.91, 0.06. Web safe color of #f04515 is #ff3300. Color #f04515 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000101 00010101
Octal 360 105 25
Decimal 240 69 21
Hex F0 45 15

RGB Percentages of Color #f04515

%72.73
%20.91
%6.36

CMYK Percentages of Color #f04515

%0
%71
%91
%6

Triadic Colors of #f04515

#f04515 #15f045 #4515f0

Analogous Colors of #f04515

#f04515 #f0b315 #f01552

Monochromatic Colors of #f04515

#f04515

Complementary Color

#f04515 #15c0f0

#f04515 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04515 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04515 Color CSS Codes

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

#f04515 Text Font Color

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

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


#f04515 Background Color

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

This div background color is #f04515


#f04515 Border Color

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

This div border color is #f04515


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,69,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 #f04515">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04515


Comments

No comments written yet.

Please login to write comment.