Color Hex Logo

#f9800e Color Hex

#F9800E
(249,128,14)
0 Favorites   0 Comments

Color spaces of #f9800e

RGB 24912814
HSL0.080.950.52
HSV29°94°98°
CMYK 0.000.490.94   0.02
XYZ46.865435.60984.8188
Yxy35.60980.53690.4079
Hunter Lab59.673935.757036.9840
CIE-Lab66.220740.610371.0158

#f9800e color RGB value is (249,128,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000000 00001110
Octal 371 200 16
Decimal 249 128 14
Hex F9 80 E

RGB Percentages of Color #f9800e

%63.68
%32.74
%3.58

CMYK Percentages of Color #f9800e

%0
%49
%94
%2

Triadic Colors of #f9800e

#f9800e #0ef980 #800ef9

Analogous Colors of #f9800e

#f9800e #f9f60e #f90e12

Monochromatic Colors of #f9800e

#f9800e

Complementary Color

#f9800e #0e87f9

#f9800e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9800e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9800e Color CSS Codes

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

#f9800e Text Font Color

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

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


#f9800e Background Color

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

This div background color is #f9800e


#f9800e Border Color

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

This div border color is #f9800e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9800e

Related Colors


Comments

No comments written yet.

Please login to write comment.