Color Hex Logo

#f95209 Color Hex

#F95209
(249,82,9)
0 Favorites   0 Comments

Color spaces of #f95209

RGB 249829
HSL0.050.950.51
HSV18°96°98°
CMYK 0.000.670.96   0.02
XYZ42.133526.19403.0937
Yxy26.19400.58990.3668
Hunter Lab51.180157.383332.2421
CIE-Lab58.220761.324166.9378

#f95209 color RGB value is (249,82,9).

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

The process color (four color CMYK) of #f95209 color hex is 0.00, 0.67, 0.96, 0.02. Web safe color of #f95209 is #ff6600. Color #f95209 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010010 00001001
Octal 371 122 11
Decimal 249 82 9
Hex F9 52 9

RGB Percentages of Color #f95209

%73.24
%24.12
%2.65

CMYK Percentages of Color #f95209

%0
%67
%96
%2

Triadic Colors of #f95209

#f95209 #09f952 #5209f9

Analogous Colors of #f95209

#f95209 #f9ca09 #f90938

Monochromatic Colors of #f95209

#f95209

Complementary Color

#f95209 #09b0f9

#f95209 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95209 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95209 Color CSS Codes

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

#f95209 Text Font Color

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

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


#f95209 Background Color

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

This div background color is #f95209


#f95209 Border Color

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

This div border color is #f95209


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95209

#f95209 Color Palettes


Comments

No comments written yet.

Please login to write comment.