Color Hex Logo

#f65124 Color Hex

#F65124
(246,81,36)
0 Favorites   0 Comments

Color spaces of #f65124

RGB 2468136
HSL0.040.920.55
HSV13°85°96°
CMYK 0.000.670.85   0.04
XYZ41.266925.60514.4363
Yxy25.60510.57870.3591
Hunter Lab50.601557.019130.2230
CIE-Lab57.660361.107958.1802

#f65124 color RGB value is (246,81,36).

#f65124 hex color red value is 246, green value is 81 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #f65124 hue: 0.04 , saturation: 0.92 and the lightness value of f65124 is 0.55.

The process color (four color CMYK) of #f65124 color hex is 0.00, 0.67, 0.85, 0.04. Web safe color of #f65124 is #ff6633. Color #f65124 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010001 00100100
Octal 366 121 44
Decimal 246 81 36
Hex F6 51 24

RGB Percentages of Color #f65124

%67.77
%22.31
%9.92

CMYK Percentages of Color #f65124

%0
%67
%85
%4

Triadic Colors of #f65124

#f65124 #24f651 #5124f6

Analogous Colors of #f65124

#f65124 #f6ba24 #f62460

Monochromatic Colors of #f65124

#f65124

Complementary Color

#f65124 #24c9f6

#f65124 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65124 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65124 Color CSS Codes

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

#f65124 Text Font Color

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

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


#f65124 Background Color

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

This div background color is #f65124


#f65124 Border Color

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

This div border color is #f65124


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65124


Comments

No comments written yet.

Please login to write comment.