Color Hex Logo

#f98015 Color Hex

#F98015
(249,128,21)
0 Favorites   0 Comments

Color spaces of #f98015

RGB 24912821
HSL0.080.950.53
HSV28°92°98°
CMYK 0.000.490.92   0.02
XYZ46.921535.63225.1141
Yxy35.63220.53520.4064
Hunter Lab59.692735.847836.7053
CIE-Lab66.237940.693669.6290

#f98015 color RGB value is (249,128,21).

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

The process color (four color CMYK) of #f98015 color hex is 0.00, 0.49, 0.92, 0.02. Web safe color of #f98015 is #ff9900. Color #f98015 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000000 00010101
Octal 371 200 25
Decimal 249 128 21
Hex F9 80 15

RGB Percentages of Color #f98015

%62.56
%32.16
%5.28

CMYK Percentages of Color #f98015

%0
%49
%92
%2

Triadic Colors of #f98015

#f98015 #15f980 #8015f9

Analogous Colors of #f98015

#f98015 #f9f215 #f9151c

Monochromatic Colors of #f98015

#f98015

Complementary Color

#f98015 #158ef9

#f98015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98015 Color CSS Codes

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

#f98015 Text Font Color

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

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


#f98015 Background Color

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

This div background color is #f98015


#f98015 Border Color

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

This div border color is #f98015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98015


Comments

No comments written yet.

Please login to write comment.