Color Hex Logo

#ff992f Color Hex

#FF992F
(255,153,47)
0 Favorites   0 Comments

Color spaces of #ff992f

RGB 25515347
HSL0.081.000.59
HSV31°82°100°
CMYK 0.000.400.82   0.00
XYZ53.144344.24778.4290
Yxy44.24770.50220.4181
Hunter Lab66.518926.201739.0503
CIE-Lab72.393730.909267.1646

#ff992f color RGB value is (255,153,47).

#ff992f hex color red value is 255, green value is 153 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ff992f hue: 0.08 , saturation: 1.00 and the lightness value of ff992f is 0.59.

The process color (four color CMYK) of #ff992f color hex is 0.00, 0.40, 0.82, 0.00. Web safe color of #ff992f is #ff9933. Color #ff992f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10011001 00101111
Octal 377 231 57
Decimal 255 153 47
Hex FF 99 2F

RGB Percentages of Color #ff992f

%56.04
%33.63
%10.33

CMYK Percentages of Color #ff992f

%0
%40
%82
%0

Triadic Colors of #ff992f

#ff992f #2fff99 #992fff

Analogous Colors of #ff992f

#ff992f #fdff2f #ff312f

Monochromatic Colors of #ff992f

#ff992f

Complementary Color

#ff992f #2f95ff

#ff992f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff992f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff992f Color CSS Codes

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

#ff992f Text Font Color

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

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


#ff992f Background Color

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

This div background color is #ff992f


#ff992f Border Color

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

This div border color is #ff992f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff992f

#ff992f Color Palettes


Comments

No comments written yet.

Please login to write comment.