Color Hex Logo

#ff944d Color Hex

#FF944D
(255,148,77)
0 Favorites   0 Comments

Color spaces of #ff944d

RGB 25514877
HSL0.071.000.65
HSV24°70°100°
CMYK 0.000.420.70   0.00
XYZ53.169542.975612.5140
Yxy42.97560.48930.3955
Hunter Lab65.555830.051134.5711
CIE-Lab71.538434.661153.6889

#ff944d color RGB value is (255,148,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10010100 01001101
Octal 377 224 115
Decimal 255 148 77
Hex FF 94 4D

RGB Percentages of Color #ff944d

%53.13
%30.83
%16.04

CMYK Percentages of Color #ff944d

%0
%42
%70
%0

Triadic Colors of #ff944d

#ff944d #4dff94 #944dff

Analogous Colors of #ff944d

#ff944d #ffed4d #ff4d5f

Monochromatic Colors of #ff944d

#ff944d

Complementary Color

#ff944d #4db8ff

#ff944d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff944d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff944d Color CSS Codes

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

#ff944d Text Font Color

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

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


#ff944d Background Color

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

This div background color is #ff944d


#ff944d Border Color

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

This div border color is #ff944d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff944d


Comments

No comments written yet.

Please login to write comment.