Color Hex Logo

#f99555 Color Hex

#F99555
(249,149,85)
0 Favorites   0 Comments

Color spaces of #f99555

RGB 24914985
HSL0.070.930.65
HSV23°66°98°
CMYK 0.000.400.66   0.02
XYZ51.454142.290514.0453
Yxy42.29050.47740.3923
Hunter Lab65.031127.428732.7165
CIE-Lab71.070732.197849.0679

#f99555 color RGB value is (249,149,85).

#f99555 hex color red value is 249, green value is 149 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #f99555 hue: 0.07 , saturation: 0.93 and the lightness value of f99555 is 0.65.

The process color (four color CMYK) of #f99555 color hex is 0.00, 0.40, 0.66, 0.02. Web safe color of #f99555 is #ff9966. Color #f99555 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010101 01010101
Octal 371 225 125
Decimal 249 149 85
Hex F9 95 55

RGB Percentages of Color #f99555

%51.55
%30.85
%17.60

CMYK Percentages of Color #f99555

%0
%40
%66
%2

Triadic Colors of #f99555

#f99555 #55f995 #9555f9

Analogous Colors of #f99555

#f99555 #f9e755 #f95567

Monochromatic Colors of #f99555

#f99555

Complementary Color

#f99555 #55b9f9

#f99555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99555 Color CSS Codes

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

#f99555 Text Font Color

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

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


#f99555 Background Color

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

This div background color is #f99555


#f99555 Border Color

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

This div border color is #f99555


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,149,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 #f99555">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99555

Related Colors


Comments

No comments written yet.

Please login to write comment.