Color Hex Logo

#f98052 Color Hex

#F98052
(249,128,82)
0 Favorites   0 Comments

Color spaces of #f98052

RGB 24912882
HSL0.050.930.65
HSV17°67°98°
CMYK 0.000.490.67   0.02
XYZ48.309136.187312.4213
Yxy36.18730.49850.3734
Hunter Lab60.155938.074429.8666
CIE-Lab66.662842.719945.5234

#f98052 color RGB value is (249,128,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000000 01010010
Octal 371 200 122
Decimal 249 128 82
Hex F9 80 52

RGB Percentages of Color #f98052

%54.25
%27.89
%17.86

CMYK Percentages of Color #f98052

%0
%49
%67
%2

Triadic Colors of #f98052

#f98052 #52f980 #8052f9

Analogous Colors of #f98052

#f98052 #f9d452 #f95278

Monochromatic Colors of #f98052

#f98052

Complementary Color

#f98052 #52cbf9

#f98052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98052 Color CSS Codes

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

#f98052 Text Font Color

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

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


#f98052 Background Color

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

This div background color is #f98052


#f98052 Border Color

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

This div border color is #f98052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98052


Comments

No comments written yet.

Please login to write comment.