Color Hex Logo

#f94813 Color Hex

#F94813
(249,72,19)
0 Favorites   0 Comments

Color spaces of #f94813

RGB 2497219
HSL0.040.950.53
HSV14°92°98°
CMYK 0.000.710.92   0.02
XYZ41.501824.82153.2197
Yxy24.82150.59680.3569
Hunter Lab49.821261.506131.0432
CIE-Lab56.901165.097463.8450

#f94813 color RGB value is (249,72,19).

#f94813 hex color red value is 249, green value is 72 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #f94813 hue: 0.04 , saturation: 0.95 and the lightness value of f94813 is 0.53.

The process color (four color CMYK) of #f94813 color hex is 0.00, 0.71, 0.92, 0.02. Web safe color of #f94813 is #ff3300. Color #f94813 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001000 00010011
Octal 371 110 23
Decimal 249 72 19
Hex F9 48 13

RGB Percentages of Color #f94813

%73.24
%21.18
%5.59

CMYK Percentages of Color #f94813

%0
%71
%92
%2

Triadic Colors of #f94813

#f94813 #13f948 #4813f9

Analogous Colors of #f94813

#f94813 #f9bb13 #f91351

Monochromatic Colors of #f94813

#f94813

Complementary Color

#f94813 #13c4f9

#f94813 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94813 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94813 Color CSS Codes

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

#f94813 Text Font Color

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

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


#f94813 Background Color

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

This div background color is #f94813


#f94813 Border Color

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

This div border color is #f94813


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94813


Comments

No comments written yet.

Please login to write comment.