Color Hex Logo

#f94f0d Color Hex

#F94F0D
(249,79,13)
0 Favorites   0 Comments

Color spaces of #f94f0d

RGB 2497913
HSL0.050.950.51
HSV17°95°98°
CMYK 0.000.680.95   0.02
XYZ41.935525.76083.1428
Yxy25.76080.59200.3637
Hunter Lab50.755158.661031.8573
CIE-Lab57.809362.499465.9073

#f94f0d color RGB value is (249,79,13).

#f94f0d hex color red value is 249, green value is 79 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #f94f0d hue: 0.05 , saturation: 0.95 and the lightness value of f94f0d is 0.51.

The process color (four color CMYK) of #f94f0d color hex is 0.00, 0.68, 0.95, 0.02. Web safe color of #f94f0d is #ff6600. Color #f94f0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001111 00001101
Octal 371 117 15
Decimal 249 79 13
Hex F9 4F D

RGB Percentages of Color #f94f0d

%73.02
%23.17
%3.81

CMYK Percentages of Color #f94f0d

%0
%68
%95
%2

Triadic Colors of #f94f0d

#f94f0d #0df94f #4f0df9

Analogous Colors of #f94f0d

#f94f0d #f9c50d #f90d41

Monochromatic Colors of #f94f0d

#f94f0d

Complementary Color

#f94f0d #0db7f9

#f94f0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94f0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94f0d Color CSS Codes

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

#f94f0d Text Font Color

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

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


#f94f0d Background Color

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

This div background color is #f94f0d


#f94f0d Border Color

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

This div border color is #f94f0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94f0d

Related Colors


Comments

No comments written yet.

Please login to write comment.