Color Hex Logo

#f86455 Color Hex

#F86455
(248,100,85)
0 Favorites   0 Comments

Color spaces of #f86455

RGB 24810085
HSL0.020.920.65
HSV66°97°
CMYK 0.000.600.66   0.03
XYZ44.908329.726711.9652
Yxy29.72670.51860.3433
Hunter Lab54.522251.611325.1540
CIE-Lab61.417755.736037.6822

#f86455 color RGB value is (248,100,85).

#f86455 hex color red value is 248, green value is 100 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #f86455 hue: 0.02 , saturation: 0.92 and the lightness value of f86455 is 0.65.

The process color (four color CMYK) of #f86455 color hex is 0.00, 0.60, 0.66, 0.03. Web safe color of #f86455 is #ff6666. Color #f86455 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01100100 01010101
Octal 370 144 125
Decimal 248 100 85
Hex F8 64 55

RGB Percentages of Color #f86455

%57.27
%23.09
%19.63

CMYK Percentages of Color #f86455

%0
%60
%66
%3

Triadic Colors of #f86455

#f86455 #55f864 #6455f8

Analogous Colors of #f86455

#f86455 #f8b655 #f85598

Monochromatic Colors of #f86455

#f86455

Complementary Color

#f86455 #55e9f8

#f86455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f86455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f86455 Color CSS Codes

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

#f86455 Text Font Color

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

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


#f86455 Background Color

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

This div background color is #f86455


#f86455 Border Color

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

This div border color is #f86455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f86455

Related Colors


Comments

No comments written yet.

Please login to write comment.