Color Hex Logo

#f3290f Color Hex

#F3290F
(243,41,15)
0 Favorites   0 Comments

Color spaces of #f3290f

RGB 2434115
HSL0.020.900.51
HSV94°95°
CMYK 0.000.830.94   0.05
XYZ37.841320.67512.4482
Yxy20.67510.62070.3391
Hunter Lab45.469968.980428.6366
CIE-Lab52.592172.173561.8128

#f3290f color RGB value is (243,41,15).

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

The process color (four color CMYK) of #f3290f color hex is 0.00, 0.83, 0.94, 0.05. Web safe color of #f3290f is #ff3300. Color #f3290f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00101001 00001111
Octal 363 51 17
Decimal 243 41 15
Hex F3 29 F

RGB Percentages of Color #f3290f

%81.27
%13.71
%5.02

CMYK Percentages of Color #f3290f

%0
%83
%94
%5

Triadic Colors of #f3290f

#f3290f #0ff329 #290ff3

Analogous Colors of #f3290f

#f3290f #f39b0f #f30f67

Monochromatic Colors of #f3290f

#f3290f

Complementary Color

#f3290f #0fd9f3

#f3290f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3290f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3290f Color CSS Codes

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

#f3290f Text Font Color

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

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


#f3290f Background Color

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

This div background color is #f3290f


#f3290f Border Color

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

This div border color is #f3290f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3290f


Comments

No comments written yet.

Please login to write comment.