Color Hex Logo

#f98319 Color Hex

#F98319
(249,131,25)
0 Favorites   0 Comments

Color spaces of #f98319

RGB 24913125
HSL0.080.950.54
HSV28°90°98°
CMYK 0.000.470.90   0.02
XYZ47.358736.44255.4577
Yxy36.44250.53060.4083
Hunter Lab60.367634.390836.8971
CIE-Lab66.856739.250369.1146

#f98319 color RGB value is (249,131,25).

#f98319 hex color red value is 249, green value is 131 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #f98319 hue: 0.08 , saturation: 0.95 and the lightness value of f98319 is 0.54.

The process color (four color CMYK) of #f98319 color hex is 0.00, 0.47, 0.90, 0.02. Web safe color of #f98319 is #ff9900. Color #f98319 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000011 00011001
Octal 371 203 31
Decimal 249 131 25
Hex F9 83 19

RGB Percentages of Color #f98319

%61.48
%32.35
%6.17

CMYK Percentages of Color #f98319

%0
%47
%90
%2

Triadic Colors of #f98319

#f98319 #19f983 #8319f9

Analogous Colors of #f98319

#f98319 #f9f319 #f9191f

Monochromatic Colors of #f98319

#f98319

Complementary Color

#f98319 #198ff9

#f98319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98319 Color CSS Codes

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

#f98319 Text Font Color

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

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


#f98319 Background Color

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

This div background color is #f98319


#f98319 Border Color

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

This div border color is #f98319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98319


Comments

No comments written yet.

Please login to write comment.