Color Hex Logo

#f98421 Color Hex

#F98421
(249,132,33)
0 Favorites   0 Comments

Color spaces of #f98421

RGB 24913233
HSL0.080.950.55
HSV28°87°98°
CMYK 0.000.470.87   0.02
XYZ47.592736.75216.0243
Yxy36.75210.52660.4067
Hunter Lab60.623534.040936.5447
CIE-Lab67.090638.893567.0497

#f98421 color RGB value is (249,132,33).

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

The process color (four color CMYK) of #f98421 color hex is 0.00, 0.47, 0.87, 0.02. Web safe color of #f98421 is #ff9933. Color #f98421 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000100 00100001
Octal 371 204 41
Decimal 249 132 33
Hex F9 84 21

RGB Percentages of Color #f98421

%60.14
%31.88
%7.97

CMYK Percentages of Color #f98421

%0
%47
%87
%2

Triadic Colors of #f98421

#f98421 #21f984 #8421f9

Analogous Colors of #f98421

#f98421 #f9f021 #f9212a

Monochromatic Colors of #f98421

#f98421

Complementary Color

#f98421 #2196f9

#f98421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98421 Color CSS Codes

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

#f98421 Text Font Color

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

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


#f98421 Background Color

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

This div background color is #f98421


#f98421 Border Color

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

This div border color is #f98421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98421


Comments

No comments written yet.

Please login to write comment.