Color Hex Logo

#f04a3d Color Hex

#F04A3D
(240,74,61)
0 Favorites   0 Comments

Color spaces of #f04a3d

RGB 2407461
HSL0.010.860.59
HSV75°94°
CMYK 0.000.690.75   0.06
XYZ39.226323.75976.9335
Yxy23.75970.56100.3398
Hunter Lab48.743958.344625.6871
CIE-Lab55.846462.580144.0073

#f04a3d color RGB value is (240,74,61).

#f04a3d hex color red value is 240, green value is 74 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #f04a3d hue: 0.01 , saturation: 0.86 and the lightness value of f04a3d is 0.59.

The process color (four color CMYK) of #f04a3d color hex is 0.00, 0.69, 0.75, 0.06. Web safe color of #f04a3d is #ff3333. Color #f04a3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001010 00111101
Octal 360 112 75
Decimal 240 74 61
Hex F0 4A 3D

RGB Percentages of Color #f04a3d

%64.00
%19.73
%16.27

CMYK Percentages of Color #f04a3d

%0
%69
%75
%6

Triadic Colors of #f04a3d

#f04a3d #3df04a #4a3df0

Analogous Colors of #f04a3d

#f04a3d #f0a43d #f03d8a

Monochromatic Colors of #f04a3d

#f04a3d

Complementary Color

#f04a3d #3de3f0

#f04a3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04a3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04a3d Color CSS Codes

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

#f04a3d Text Font Color

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

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


#f04a3d Background Color

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

This div background color is #f04a3d


#f04a3d Border Color

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

This div border color is #f04a3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04a3d


Comments

No comments written yet.

Please login to write comment.