Color Hex Logo

#f98312 Color Hex

#F98312
(249,131,18)
0 Favorites   0 Comments

Color spaces of #f98312

RGB 24913118
HSL0.080.950.52
HSV29°93°98°
CMYK 0.000.470.93   0.02
XYZ47.292436.41605.1087
Yxy36.41600.53250.4100
Hunter Lab60.345734.284037.2226
CIE-Lab66.836639.151870.6865

#f98312 color RGB value is (249,131,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000011 00010010
Octal 371 203 22
Decimal 249 131 18
Hex F9 83 12

RGB Percentages of Color #f98312

%62.56
%32.91
%4.52

CMYK Percentages of Color #f98312

%0
%47
%93
%2

Triadic Colors of #f98312

#f98312 #12f983 #8312f9

Analogous Colors of #f98312

#f98312 #f9f712 #f91215

Monochromatic Colors of #f98312

#f98312

Complementary Color

#f98312 #1288f9

#f98312 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98312 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98312 Color CSS Codes

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

#f98312 Text Font Color

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

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


#f98312 Background Color

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

This div background color is #f98312


#f98312 Border Color

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

This div border color is #f98312


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98312


Comments

No comments written yet.

Please login to write comment.