Color Hex Logo

#ff280e Color Hex

#FF280E
(255,40,14)
0 Favorites   0 Comments

Color spaces of #ff280e

RGB 2554014
HSL0.021.000.53
HSV95°100°
CMYK 0.000.840.95   0.00
XYZ42.078122.80932.6003
Yxy22.80930.62350.3380
Hunter Lab47.759173.688930.2032
CIE-Lab54.875475.576764.6039

#ff280e color RGB value is (255,40,14).

#ff280e hex color red value is 255, green value is 40 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ff280e hue: 0.02 , saturation: 1.00 and the lightness value of ff280e is 0.53.

The process color (four color CMYK) of #ff280e color hex is 0.00, 0.84, 0.95, 0.00. Web safe color of #ff280e is #ff3300. Color #ff280e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00101000 00001110
Octal 377 50 16
Decimal 255 40 14
Hex FF 28 E

RGB Percentages of Color #ff280e

%82.52
%12.94
%4.53

CMYK Percentages of Color #ff280e

%0
%84
%95
%0

Triadic Colors of #ff280e

#ff280e #0eff28 #280eff

Analogous Colors of #ff280e

#ff280e #ffa10e #ff0e6d

Monochromatic Colors of #ff280e

#ff280e

Complementary Color

#ff280e #0ee5ff

#ff280e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff280e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff280e Color CSS Codes

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

#ff280e Text Font Color

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

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


#ff280e Background Color

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

This div background color is #ff280e


#ff280e Border Color

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

This div border color is #ff280e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff280e


Comments

No comments written yet.

Please login to write comment.