Color Hex Logo

#f5663c Color Hex

#F5663C
(245,102,60)
1 Favorites   0 Comments

Color spaces of #f5663c

RGB 24510260
HSL0.040.900.60
HSV14°76°96°
CMYK 0.000.580.76   0.04
XYZ43.223229.24157.6410
Yxy29.24150.53960.3650
Hunter Lab54.075448.045529.4750
CIE-Lab60.994252.628450.2538

#f5663c color RGB value is (245,102,60).

#f5663c hex color red value is 245, green value is 102 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #f5663c hue: 0.04 , saturation: 0.90 and the lightness value of f5663c is 0.60.

The process color (four color CMYK) of #f5663c color hex is 0.00, 0.58, 0.76, 0.04. Web safe color of #f5663c is #ff6633. Color #f5663c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01100110 00111100
Octal 365 146 74
Decimal 245 102 60
Hex F5 66 3C

RGB Percentages of Color #f5663c

%60.20
%25.06
%14.74

CMYK Percentages of Color #f5663c

%0
%58
%76
%4

Triadic Colors of #f5663c

#f5663c #3cf566 #663cf5

Analogous Colors of #f5663c

#f5663c #f5c33c #f53c6f

Monochromatic Colors of #f5663c

#f5663c

Complementary Color

#f5663c #3ccbf5

#f5663c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5663c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5663c Color CSS Codes

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

#f5663c Text Font Color

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

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


#f5663c Background Color

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

This div background color is #f5663c


#f5663c Border Color

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

This div border color is #f5663c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,102,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f5663c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f5663c;
  -webkit-box-shadow: 1px 1px 3px 2px #f5663c;
  box-shadow:         1px 1px 3px 2px #f5663c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,102,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5663c


Comments

No comments written yet.

Please login to write comment.