Color Hex Logo

#f9680f Color Hex

#F9680F
(249,104,15)
0 Favorites   0 Comments

Color spaces of #f9680f

RGB 24910415
HSL0.060.950.52
HSV23°94°98°
CMYK 0.000.580.94   0.02
XYZ44.103530.07493.9325
Yxy30.07490.56460.3850
Hunter Lab54.840647.581034.1369
CIE-Lab61.718852.097867.8881

#f9680f color RGB value is (249,104,15).

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

The process color (four color CMYK) of #f9680f color hex is 0.00, 0.58, 0.94, 0.02. Web safe color of #f9680f is #ff6600. Color #f9680f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101000 00001111
Octal 371 150 17
Decimal 249 104 15
Hex F9 68 F

RGB Percentages of Color #f9680f

%67.66
%28.26
%4.08

CMYK Percentages of Color #f9680f

%0
%58
%94
%2

Triadic Colors of #f9680f

#f9680f #0ff968 #680ff9

Analogous Colors of #f9680f

#f9680f #f9dd0f #f90f2b

Monochromatic Colors of #f9680f

#f9680f

Complementary Color

#f9680f #0fa0f9

#f9680f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9680f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9680f Color CSS Codes

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

#f9680f Text Font Color

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

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


#f9680f Background Color

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

This div background color is #f9680f


#f9680f Border Color

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

This div border color is #f9680f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9680f


Comments

No comments written yet.

Please login to write comment.