Color Hex Logo

#ff280a Color Hex

#FF280A
(255,40,10)
2 Favorites   0 Comments

Color spaces of #ff280a

RGB 2554010
HSL0.021.000.52
HSV96°100°
CMYK 0.000.840.96   0.00
XYZ42.053622.79952.4714
Yxy22.79950.62460.3387
Hunter Lab47.748873.649030.3554
CIE-Lab54.865275.546565.5543

#ff280a color RGB value is (255,40,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00101000 00001010
Octal 377 50 12
Decimal 255 40 10
Hex FF 28 A

RGB Percentages of Color #ff280a

%83.61
%13.11
%3.28

CMYK Percentages of Color #ff280a

%0
%84
%96
%0

Triadic Colors of #ff280a

#ff280a #0aff28 #280aff

Analogous Colors of #ff280a

#ff280a #ffa30a #ff0a67

Monochromatic Colors of #ff280a

#ff280a

Complementary Color

#ff280a #0ae1ff

#ff280a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff280a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff280a Color CSS Codes

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

#ff280a Text Font Color

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

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


#ff280a Background Color

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

This div background color is #ff280a


#ff280a Border Color

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

This div border color is #ff280a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff280a

Related Colors


Comments

No comments written yet.

Please login to write comment.