Color Hex Logo

#f98218 Color Hex

#F98218
(249,130,24)
0 Favorites   0 Comments

Color spaces of #f98218

RGB 24913024
HSL0.080.950.54
HSV28°90°98°
CMYK 0.000.480.90   0.02
XYZ47.214436.17095.3574
Yxy36.17090.53200.4076
Hunter Lab60.142234.881736.8181
CIE-Lab66.650339.736769.2133

#f98218 color RGB value is (249,130,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000010 00011000
Octal 371 202 30
Decimal 249 130 24
Hex F9 82 18

RGB Percentages of Color #f98218

%61.79
%32.26
%5.96

CMYK Percentages of Color #f98218

%0
%48
%90
%2

Triadic Colors of #f98218

#f98218 #18f982 #8218f9

Analogous Colors of #f98218

#f98218 #f9f318 #f9181e

Monochromatic Colors of #f98218

#f98218

Complementary Color

#f98218 #188ff9

#f98218 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98218 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98218 Color CSS Codes

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

#f98218 Text Font Color

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

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


#f98218 Background Color

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

This div background color is #f98218


#f98218 Border Color

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

This div border color is #f98218


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98218


Comments

No comments written yet.

Please login to write comment.