Color Hex Logo

#f95931 Color Hex

#F95931
(249,89,49)
0 Favorites   0 Comments

Color spaces of #f95931

RGB 2498949
HSL0.030.940.58
HSV12°80°98°
CMYK 0.000.640.80   0.02
XYZ43.193727.50625.9384
Yxy27.50620.56360.3589
Hunter Lab52.446455.227729.9992
CIE-Lab59.440059.240154.2228

#f95931 color RGB value is (249,89,49).

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

The process color (four color CMYK) of #f95931 color hex is 0.00, 0.64, 0.80, 0.02. Web safe color of #f95931 is #ff6633. Color #f95931 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011001 00110001
Octal 371 131 61
Decimal 249 89 49
Hex F9 59 31

RGB Percentages of Color #f95931

%64.34
%23.00
%12.66

CMYK Percentages of Color #f95931

%0
%64
%80
%2

Triadic Colors of #f95931

#f95931 #31f959 #5931f9

Analogous Colors of #f95931

#f95931 #f9bd31 #f9316d

Monochromatic Colors of #f95931

#f95931

Complementary Color

#f95931 #31d1f9

#f95931 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95931 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95931 Color CSS Codes

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

#f95931 Text Font Color

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

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


#f95931 Background Color

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

This div background color is #f95931


#f95931 Border Color

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

This div border color is #f95931


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95931

Related Colors


Comments

No comments written yet.

Please login to write comment.