Color Hex Logo

#ff804b Color Hex

#FF804B
(255,128,75)
0 Favorites   0 Comments

Color spaces of #ff804b

RGB 25512875
HSL0.051.000.65
HSV18°71°100°
CMYK 0.000.500.71   0.00
XYZ50.229237.206311.1908
Yxy37.20630.50930.3772
Hunter Lab60.997040.244831.8202
CIE-Lab67.431544.624550.1638

#ff804b color RGB value is (255,128,75).

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

The process color (four color CMYK) of #ff804b color hex is 0.00, 0.50, 0.71, 0.00. Web safe color of #ff804b is #ff9933. Color #ff804b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000000 01001011
Octal 377 200 113
Decimal 255 128 75
Hex FF 80 4B

RGB Percentages of Color #ff804b

%55.68
%27.95
%16.38

CMYK Percentages of Color #ff804b

%0
%50
%71
%0

Triadic Colors of #ff804b

#ff804b #4bff80 #804bff

Analogous Colors of #ff804b

#ff804b #ffda4b #ff4b70

Monochromatic Colors of #ff804b

#ff804b

Complementary Color

#ff804b #4bcaff

#ff804b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff804b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff804b Color CSS Codes

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

#ff804b Text Font Color

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

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


#ff804b Background Color

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

This div background color is #ff804b


#ff804b Border Color

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

This div border color is #ff804b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff804b


Comments

No comments written yet.

Please login to write comment.