color codes Logo

#fb6f15 color codes

#FB6F15
(251,111,21)
0 Favorites   0 Comments

Color spaces of #fb6f15

RGB 25111121
HSL0.070.970.53
HSV23°92°98°
CMYK 0.000.560.92   0.02
XYZ45.603531.93234.4694
Yxy31.93230.55610.3894
Hunter Lab56.508745.162534.8667
CIE-Lab63.286949.678467.7104

#fb6f15 color RGB value is (251,111,21).

#fb6f15 hex color red value is 251, green value is 111 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #fb6f15 hue: 0.07 , saturation: 0.97 and the lightness value of fb6f15 is 0.53.

The process color (four color CMYK) of #fb6f15 color code is 0.00, 0.56, 0.92, 0.02. Web safe color of #fb6f15 is #ff6600. Color #fb6f15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101111 00010101
Octal 373 157 25
Decimal 251 111 21
Hex FB 6F 15

RGB Percentages of Color #fb6f15

%65.54
%28.98
%5.48

CMYK Percentages of Color #fb6f15

%0
%56
%92
%2

Triadic Colors of #fb6f15

#fb6f15 #15fb6f #6f15fb

Analogous Colors of #fb6f15

#fb6f15 #fbe215 #fb152e

Monochromatic Colors of #fb6f15

#fb6f15

Complementary Color

#fb6f15 #15a1fb

#fb6f15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6f15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6f15 Color CSS Codes

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

#fb6f15 Text Font Color

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

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


#fb6f15 Background Color

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

This div background color is #fb6f15


#fb6f15 Border Color

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

This div border color is #fb6f15


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,111,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fb6f15; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fb6f15;
  -webkit-box-shadow: 1px 1px 3px 2px #fb6f15;
  box-shadow:         1px 1px 3px 2px #fb6f15; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,111,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6f15


Comments

No comments written yet.

Please login to write comment.