Color Hex Logo

#f98053 Color Hex

#F98053
(249,128,83)
0 Favorites   0 Comments

Color spaces of #f98053

RGB 24912883
HSL0.050.930.65
HSV16°67°98°
CMYK 0.000.490.67   0.02
XYZ48.347436.202612.6232
Yxy36.20260.49750.3726
Hunter Lab60.168638.135429.6791
CIE-Lab66.674442.775245.0208

#f98053 color RGB value is (249,128,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000000 01010011
Octal 371 200 123
Decimal 249 128 83
Hex F9 80 53

RGB Percentages of Color #f98053

%54.13
%27.83
%18.04

CMYK Percentages of Color #f98053

%0
%49
%67
%2

Triadic Colors of #f98053

#f98053 #53f980 #8053f9

Analogous Colors of #f98053

#f98053 #f9d353 #f95379

Monochromatic Colors of #f98053

#f98053

Complementary Color

#f98053 #53ccf9

#f98053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98053 Color CSS Codes

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

#f98053 Text Font Color

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

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


#f98053 Background Color

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

This div background color is #f98053


#f98053 Border Color

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

This div border color is #f98053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98053


Comments

No comments written yet.

Please login to write comment.