Color Hex Logo

#f3640f Color Hex

#F3640F
(243,100,15)
0 Favorites   0 Comments

Color spaces of #f3640f

RGB 24310015
HSL0.060.900.51
HSV22°94°95°
CMYK 0.000.590.94   0.05
XYZ41.605528.20353.7029
Yxy28.20350.56600.3837
Hunter Lab53.107046.904833.0409
CIE-Lab60.072151.744766.3615

#f3640f color RGB value is (243,100,15).

#f3640f hex color red value is 243, green value is 100 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #f3640f hue: 0.06 , saturation: 0.90 and the lightness value of f3640f is 0.51.

The process color (four color CMYK) of #f3640f color hex is 0.00, 0.59, 0.94, 0.05. Web safe color of #f3640f is #ff6600. Color #f3640f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01100100 00001111
Octal 363 144 17
Decimal 243 100 15
Hex F3 64 F

RGB Percentages of Color #f3640f

%67.88
%27.93
%4.19

CMYK Percentages of Color #f3640f

%0
%59
%94
%5

Triadic Colors of #f3640f

#f3640f #0ff364 #640ff3

Analogous Colors of #f3640f

#f3640f #f3d60f #f30f2c

Monochromatic Colors of #f3640f

#f3640f

Complementary Color

#f3640f #0f9ef3

#f3640f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3640f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3640f Color CSS Codes

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

#f3640f Text Font Color

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

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


#f3640f Background Color

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

This div background color is #f3640f


#f3640f Border Color

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

This div border color is #f3640f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,100,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f3640f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f3640f;
  -webkit-box-shadow: 1px 1px 3px 2px #f3640f;
  box-shadow:         1px 1px 3px 2px #f3640f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,100,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3640f


Comments

No comments written yet.

Please login to write comment.