Color Hex Logo

#ff954f Color Hex

#FF954F
(255,149,79)
0 Favorites   0 Comments

Color spaces of #ff954f

RGB 25514979
HSL0.071.000.65
HSV24°69°100°
CMYK 0.000.420.69   0.00
XYZ53.398743.319412.9442
Yxy43.31940.48690.3950
Hunter Lab65.817529.639134.4118
CIE-Lab71.771234.248752.9886

#ff954f color RGB value is (255,149,79).

#ff954f hex color red value is 255, green value is 149 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ff954f hue: 0.07 , saturation: 1.00 and the lightness value of ff954f is 0.65.

The process color (four color CMYK) of #ff954f color hex is 0.00, 0.42, 0.69, 0.00. Web safe color of #ff954f is #ff9966. Color #ff954f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10010101 01001111
Octal 377 225 117
Decimal 255 149 79
Hex FF 95 4F

RGB Percentages of Color #ff954f

%52.80
%30.85
%16.36

CMYK Percentages of Color #ff954f

%0
%42
%69
%0

Triadic Colors of #ff954f

#ff954f #4fff95 #954fff

Analogous Colors of #ff954f

#ff954f #ffed4f #ff4f61

Monochromatic Colors of #ff954f

#ff954f

Complementary Color

#ff954f #4fb9ff

#ff954f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff954f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff954f Color CSS Codes

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

#ff954f Text Font Color

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

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


#ff954f Background Color

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

This div background color is #ff954f


#ff954f Border Color

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

This div border color is #ff954f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff954f

Related Colors


Comments

No comments written yet.

Please login to write comment.