Color Hex Logo

#f99552 Color Hex

#F99552
(249,149,82)
0 Favorites   0 Comments

Color spaces of #f99552

RGB 24914982
HSL0.070.930.65
HSV24°67°98°
CMYK 0.000.400.67   0.02
XYZ51.337442.243813.4307
Yxy42.24380.47970.3948
Hunter Lab64.995227.249133.2449
CIE-Lab71.038732.027750.5087

#f99552 color RGB value is (249,149,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010101 01010010
Octal 371 225 122
Decimal 249 149 82
Hex F9 95 52

RGB Percentages of Color #f99552

%51.88
%31.04
%17.08

CMYK Percentages of Color #f99552

%0
%40
%67
%2

Triadic Colors of #f99552

#f99552 #52f995 #9552f9

Analogous Colors of #f99552

#f99552 #f9e952 #f95263

Monochromatic Colors of #f99552

#f99552

Complementary Color

#f99552 #52b6f9

#f99552 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99552 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99552 Color CSS Codes

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

#f99552 Text Font Color

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

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


#f99552 Background Color

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

This div background color is #f99552


#f99552 Border Color

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

This div border color is #f99552


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,149,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99552


Comments

No comments written yet.

Please login to write comment.