Color Hex Logo

#f98450 Color Hex

#F98450
(249,132,80)
0 Favorites   0 Comments

Color spaces of #f98450

RGB 24913280
HSL0.050.930.65
HSV18°68°98°
CMYK 0.000.470.68   0.02
XYZ48.766237.221512.2036
Yxy37.22150.49660.3791
Hunter Lab61.009435.912630.8469
CIE-Lab67.442940.612147.4384

#f98450 color RGB value is (249,132,80).

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

The process color (four color CMYK) of #f98450 color hex is 0.00, 0.47, 0.68, 0.02. Web safe color of #f98450 is #ff9966. Color #f98450 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000100 01010000
Octal 371 204 120
Decimal 249 132 80
Hex F9 84 50

RGB Percentages of Color #f98450

%54.01
%28.63
%17.35

CMYK Percentages of Color #f98450

%0
%47
%68
%2

Triadic Colors of #f98450

#f98450 #50f984 #8450f9

Analogous Colors of #f98450

#f98450 #f9d950 #f95071

Monochromatic Colors of #f98450

#f98450

Complementary Color

#f98450 #50c5f9

#f98450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98450 Color CSS Codes

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

#f98450 Text Font Color

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

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


#f98450 Background Color

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

This div background color is #f98450


#f98450 Border Color

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

This div border color is #f98450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98450


Comments

No comments written yet.

Please login to write comment.