Color Hex Logo

#f98202 Color Hex

#F98202
(249,130,2)
0 Favorites   0 Comments

Color spaces of #f98202

RGB 2491302
HSL0.090.980.49
HSV31°99°98°
CMYK 0.000.480.99   0.02
XYZ47.060536.10944.5469
Yxy36.10940.53650.4117
Hunter Lab60.091134.633337.5775
CIE-Lab66.603439.508073.0321

#f98202 color RGB value is (249,130,2).

#f98202 hex color red value is 249, green value is 130 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #f98202 hue: 0.09 , saturation: 0.98 and the lightness value of f98202 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000010 00000010
Octal 371 202 2
Decimal 249 130 2
Hex F9 82 2

RGB Percentages of Color #f98202

%65.35
%34.12
%0.52

CMYK Percentages of Color #f98202

%0
%48
%99
%2

Triadic Colors of #f98202

#f98202 #02f982 #8202f9

Analogous Colors of #f98202

#f98202 #f5f902 #f90702

Monochromatic Colors of #f98202

#f98202

Complementary Color

#f98202 #0279f9

#f98202 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98202 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98202 Color CSS Codes

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

#f98202 Text Font Color

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

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


#f98202 Background Color

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

This div background color is #f98202


#f98202 Border Color

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

This div border color is #f98202


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98202


Comments

No comments written yet.

Please login to write comment.