Color Hex Logo

#f04505 Color Hex

#F04505
(240,69,5)
0 Favorites   0 Comments

Color spaces of #f04505

RGB 240695
HSL0.050.960.48
HSV16°98°94°
CMYK 0.000.710.98   0.06
XYZ38.090722.79252.5354
Yxy22.79250.60060.3594
Hunter Lab47.741558.869230.2703
CIE-Lab54.858063.213065.0571

#f04505 color RGB value is (240,69,5).

#f04505 hex color red value is 240, green value is 69 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #f04505 hue: 0.05 , saturation: 0.96 and the lightness value of f04505 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000101 00000101
Octal 360 105 5
Decimal 240 69 5
Hex F0 45 5

RGB Percentages of Color #f04505

%76.43
%21.97
%1.59

CMYK Percentages of Color #f04505

%0
%71
%98
%6

Triadic Colors of #f04505

#f04505 #05f045 #4505f0

Analogous Colors of #f04505

#f04505 #f0bb05 #f0053b

Monochromatic Colors of #f04505

#f04505

Complementary Color

#f04505 #05b0f0

#f04505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04505 Color CSS Codes

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

#f04505 Text Font Color

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

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


#f04505 Background Color

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

This div background color is #f04505


#f04505 Border Color

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

This div border color is #f04505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04505


Comments

No comments written yet.

Please login to write comment.