Color Hex Logo

#f98f1f Color Hex

#F98F1F
(249,143,31)
0 Favorites   0 Comments

Color spaces of #f98f1f

RGB 24914331
HSL0.090.950.55
HSV31°88°98°
CMYK 0.000.430.88   0.02
XYZ49.136739.88366.4048
Yxy39.88360.51490.4180
Hunter Lab63.153528.363838.1944
CIE-Lab69.386533.245369.4363

#f98f1f color RGB value is (249,143,31).

#f98f1f hex color red value is 249, green value is 143 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #f98f1f hue: 0.09 , saturation: 0.95 and the lightness value of f98f1f is 0.55.

The process color (four color CMYK) of #f98f1f color hex is 0.00, 0.43, 0.88, 0.02. Web safe color of #f98f1f is #ff9933. Color #f98f1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001111 00011111
Octal 371 217 37
Decimal 249 143 31
Hex F9 8F 1F

RGB Percentages of Color #f98f1f

%58.87
%33.81
%7.33

CMYK Percentages of Color #f98f1f

%0
%43
%88
%2

Triadic Colors of #f98f1f

#f98f1f #1ff98f #8f1ff9

Analogous Colors of #f98f1f

#f98f1f #f6f91f #f9221f

Monochromatic Colors of #f98f1f

#f98f1f

Complementary Color

#f98f1f #1f89f9

#f98f1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98f1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98f1f Color CSS Codes

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

#f98f1f Text Font Color

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

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


#f98f1f Background Color

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

This div background color is #f98f1f


#f98f1f Border Color

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

This div border color is #f98f1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98f1f


Comments

No comments written yet.

Please login to write comment.