Color Hex Logo

#ff280b Color Hex

#FF280B
(255,40,11)
0 Favorites   0 Comments

Color spaces of #ff280b

RGB 2554011
HSL0.021.000.52
HSV96°100°
CMYK 0.000.840.96   0.00
XYZ42.059222.80172.5010
Yxy22.80170.62440.3385
Hunter Lab47.751173.658430.3204
CIE-Lab54.867575.553565.3331

#ff280b color RGB value is (255,40,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00101000 00001011
Octal 377 50 13
Decimal 255 40 11
Hex FF 28 B

RGB Percentages of Color #ff280b

%83.33
%13.07
%3.59

CMYK Percentages of Color #ff280b

%0
%84
%96
%0

Triadic Colors of #ff280b

#ff280b #0bff28 #280bff

Analogous Colors of #ff280b

#ff280b #ffa20b #ff0b68

Monochromatic Colors of #ff280b

#ff280b

Complementary Color

#ff280b #0be2ff

#ff280b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff280b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff280b Color CSS Codes

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

#ff280b Text Font Color

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

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


#ff280b Background Color

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

This div background color is #ff280b


#ff280b Border Color

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

This div border color is #ff280b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff280b


Comments

No comments written yet.

Please login to write comment.