Color Hex Logo

#ff9955 Color Hex

#FF9955
(255,153,85)
2 Favorites   1 Comments

Color spaces of #ff9955

RGB 25515385
HSL0.071.000.67
HSV24°67°100°
CMYK 0.000.400.67   0.00
XYZ54.270944.698314.3616
Yxy44.69830.47890.3944
Hunter Lab66.856827.897734.0636
CIE-Lab72.692832.510651.1116

#ff9955 color RGB value is (255,153,85). This hex color code is also a web safe color which is equal to #F95.

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

The process color (four color CMYK) of #ff9955 color hex is 0.00, 0.40, 0.67, 0.00. Web safe color of #ff9955 is #ff9966. Color #ff9955 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10011001 01010101
Octal 377 231 125
Decimal 255 153 85
Hex FF 99 55

RGB Percentages of Color #ff9955

%51.72
%31.03
%17.24

CMYK Percentages of Color #ff9955

%0
%40
%67
%0

Triadic Colors of #ff9955

#ff9955 #55ff99 #9955ff

Analogous Colors of #ff9955

#ff9955 #ffee55 #ff5566

Monochromatic Colors of #ff9955

#ff9955

Complementary Color

#ff9955 #55bbff

#ff9955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff9955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff9955 Color CSS Codes

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

#ff9955 Text Font Color

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

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


#ff9955 Background Color

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

This div background color is #ff9955


#ff9955 Border Color

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

This div border color is #ff9955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff9955

Related Colors


Comments

6 Jun 2023, 0:10 catqueenh_2

oooh nice

Please login to write comment.