Color Hex Logo

#f8503e Color Hex

#F8503E
(248,80,62)
0 Favorites   0 Comments

Color spaces of #f8503e

RGB 2488062
HSL0.020.930.61
HSV75°97°
CMYK 0.000.680.75   0.03
XYZ42.449626.04167.3466
Yxy26.04160.55970.3434
Hunter Lab51.031059.179227.1861
CIE-Lab58.076562.896846.2967

#f8503e color RGB value is (248,80,62).

#f8503e hex color red value is 248, green value is 80 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #f8503e hue: 0.02 , saturation: 0.93 and the lightness value of f8503e is 0.61.

The process color (four color CMYK) of #f8503e color hex is 0.00, 0.68, 0.75, 0.03. Web safe color of #f8503e is #ff6633. Color #f8503e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01010000 00111110
Octal 370 120 76
Decimal 248 80 62
Hex F8 50 3E

RGB Percentages of Color #f8503e

%63.59
%20.51
%15.90

CMYK Percentages of Color #f8503e

%0
%68
%75
%3

Triadic Colors of #f8503e

#f8503e #3ef850 #503ef8

Analogous Colors of #f8503e

#f8503e #f8ad3e #f83e89

Monochromatic Colors of #f8503e

#f8503e

Complementary Color

#f8503e #3ee6f8

#f8503e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8503e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8503e Color CSS Codes

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

#f8503e Text Font Color

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

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


#f8503e Background Color

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

This div background color is #f8503e


#f8503e Border Color

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

This div border color is #f8503e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,80,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f8503e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f8503e;
  -webkit-box-shadow: 1px 1px 3px 2px #f8503e;
  box-shadow:         1px 1px 3px 2px #f8503e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,80,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8503e


Comments

No comments written yet.

Please login to write comment.