Color Hex Logo

#f04301 Color Hex

#F04301
(240,67,1)
0 Favorites   0 Comments

Color spaces of #f04301

RGB 240671
HSL0.050.990.47
HSV17°100°94°
CMYK 0.000.721.00   0.06
XYZ37.947822.54182.3796
Yxy22.54180.60360.3586
Hunter Lab47.478259.582430.2631
CIE-Lab54.597263.875465.8022

#f04301 color RGB value is (240,67,1).

#f04301 hex color red value is 240, green value is 67 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #f04301 hue: 0.05 , saturation: 0.99 and the lightness value of f04301 is 0.47.

The process color (four color CMYK) of #f04301 color hex is 0.00, 0.72, 1.00, 0.06. Web safe color of #f04301 is #ff3300. Color #f04301 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000011 00000001
Octal 360 103 1
Decimal 240 67 1
Hex F0 43 1

RGB Percentages of Color #f04301

%77.92
%21.75
%0.32

CMYK Percentages of Color #f04301

%0
%72
%100
%6

Triadic Colors of #f04301

#f04301 #01f043 #4301f0

Analogous Colors of #f04301

#f04301 #f0bb01 #f00137

Monochromatic Colors of #f04301

#f04301

Complementary Color

#f04301 #01aef0

#f04301 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04301 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04301 Color CSS Codes

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

#f04301 Text Font Color

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

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


#f04301 Background Color

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

This div background color is #f04301


#f04301 Border Color

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

This div border color is #f04301


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04301


Comments

No comments written yet.

Please login to write comment.