Color Hex Logo

#f6452d Color Hex

#F6452D
(246,69,45)
0 Favorites   0 Comments

Color spaces of #f6452d

RGB 2466945
HSL0.020.920.57
HSV82°96°
CMYK 0.000.720.82   0.04
XYZ40.607824.03854.9823
Yxy24.03850.58320.3452
Hunter Lab49.029162.039828.2953
CIE-Lab56.126365.693452.8205

#f6452d color RGB value is (246,69,45).

#f6452d hex color red value is 246, green value is 69 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #f6452d hue: 0.02 , saturation: 0.92 and the lightness value of f6452d is 0.57.

The process color (four color CMYK) of #f6452d color hex is 0.00, 0.72, 0.82, 0.04. Web safe color of #f6452d is #ff3333. Color #f6452d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000101 00101101
Octal 366 105 55
Decimal 246 69 45
Hex F6 45 2D

RGB Percentages of Color #f6452d

%68.33
%19.17
%12.50

CMYK Percentages of Color #f6452d

%0
%72
%82
%4

Triadic Colors of #f6452d

#f6452d #2df645 #452df6

Analogous Colors of #f6452d

#f6452d #f6aa2d #f62d7a

Monochromatic Colors of #f6452d

#f6452d

Complementary Color

#f6452d #2ddef6

#f6452d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6452d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6452d Color CSS Codes

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

#f6452d Text Font Color

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

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


#f6452d Background Color

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

This div background color is #f6452d


#f6452d Border Color

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

This div border color is #f6452d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6452d


Comments

No comments written yet.

Please login to write comment.