Color Hex Logo

#f9613d Color Hex

#F9613D
(249,97,61)
0 Favorites   0 Comments

Color spaces of #f9613d

RGB 2499761
HSL0.030.940.61
HSV11°76°98°
CMYK 0.000.610.76   0.02
XYZ44.183929.02607.6887
Yxy29.02600.54620.3588
Hunter Lab53.875852.106529.2517
CIE-Lab60.804656.273549.7555

#f9613d color RGB value is (249,97,61).

#f9613d hex color red value is 249, green value is 97 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #f9613d hue: 0.03 , saturation: 0.94 and the lightness value of f9613d is 0.61.

The process color (four color CMYK) of #f9613d color hex is 0.00, 0.61, 0.76, 0.02. Web safe color of #f9613d is #ff6633. Color #f9613d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100001 00111101
Octal 371 141 75
Decimal 249 97 61
Hex F9 61 3D

RGB Percentages of Color #f9613d

%61.18
%23.83
%14.99

CMYK Percentages of Color #f9613d

%0
%61
%76
%2

Triadic Colors of #f9613d

#f9613d #3df961 #613df9

Analogous Colors of #f9613d

#f9613d #f9bf3d #f93d77

Monochromatic Colors of #f9613d

#f9613d

Complementary Color

#f9613d #3dd5f9

#f9613d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9613d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9613d Color CSS Codes

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

#f9613d Text Font Color

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

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


#f9613d Background Color

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

This div background color is #f9613d


#f9613d Border Color

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

This div border color is #f9613d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9613d


Comments

No comments written yet.

Please login to write comment.