COLOR #FB6919

HEX: #FB6919
RGB: (251,105,25)

Color info

#FB6919 contains mainly red color. Web safe color of #FB6919 is #FF6600 (or #F60).

RGB color model

#FB6919 color RGB value is (251,105,25).

  • red value is 251;
  • green value is 105;
  • blue value is 25.
RGB:
(251,105,25)
(98%,41%,10%)

RGB channels and saturation

R 251 of 255 = 98%
G 105 of 255 = 41%
B 25 of 255 = 10%

251
105
25

R + G + B ~ 50%. #FB6919 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
251 + 105 + 25 = 381 (100%)
R 251 of 381 ~ 65.88%
G 105 of 381 ~ 27.56%
B 25 of 381 ~ 6.56%

%65.88
%27.56

CMYK color model

#FB6919 color CMYK value is (0,58,90,2).

  • cyan value is 0.00%
  • magenta value is 58.17%
  • yellow value is 90.04%
  • key color value is 1.57%
CMYK:
(0,58,90,2)
C0M58Y90K2 
(0%,58%,90%,2%)
(0.00/0.58/0.90/0.02)	

CMYK percentages

%0
%58.17
%90.04
%1.57

Codes

Color #FB6919 in popluar color models

FB6919
RGB25110525
HSL21°96.58%54.12%
HSB/HSV21°90.04%98.43%
CMYK0.00%58.17%90.04%
1.57%

Color #FB6919 in popluar number systems.

HEXFB6919
Decimal25110525
Binary11111011110100111001
Octal37315131

Shades and tints

Shades of #FB6919

#FB6919
(251,105,25)
#E56017
(229,96,23)
#CF5715
(207,87,21)
#B94E13
(185,78,19)
#A34511
(163,69,17)
#8D3C0F
(141,60,15)
#77330D
(119,51,13)
#612A0B
(97,42,11)
#4B2109
(75,33,9)
#351807
(53,24,7)
#1F0F05
(31,15,5)
#000000
(0,0,0)

Tints of #FB6919

#FB6919
(251,105,25)
#FB762D
(251,118,45)
#FB8341
(251,131,65)
#FB9055
(251,144,85)
#FB9D69
(251,157,105)
#FBAA7D
(251,170,125)
#FBB791
(251,183,145)
#FBC4A5
(251,196,165)
#FBD1B9
(251,209,185)
#FBDECD
(251,222,205)
#FBEBE1
(251,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB6919 color. Also use rgb(251,105,25) instead hex code.

Text Font Color

.myTextColor { color: #FB6919; }

<p style="color:#FB6919">This sample text font color is #FB6919.</p>

This text font color is #FB6919.


Background Color

.myBgColor { background-color: #FB6919; }

<div style="background-color:#FB6919">Inner text</div>

This div background color is #FB6919.


Border color

.myBorderColor { border: 1px solid #FB6919; }

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

This div border color is #FB6919.


Opacity

.myOpacity80 { color: #FB6919; opacity: 0.8; }

<p style="color:#FB6919;opacity:0.8;">80%</p>

Text with #FB6919 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FB6919;}

<p style="text-shadow: 3px 3px 1px #FB6919">Text here.</p>

This text has shadow with #FB6919 color.

.textShadow {text-shadow: 3px 3px 1px #FB6919, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FB6919, 5px 5px 20px red">Text here.</p>

This text has shadow with #FB6919 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FB6919, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FB6919, Direction=45, Strength=4)">Text</p>

This text has shadow with #FB6919 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FB6919;
  -webkit-box-shadow:	1px 1px 3px 2px #FB6919;
  box-shadow:		1px 1px 3px 2px #FB6919;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FB6919;
-webkit-box-shadow: 1px 1px 3px 2px #FB6919;
box-shadow:1px 1px 3px 2px #FB6919;">
Div content here</div>
This div box has shadow with color #FB6919.

Preview

Color preview on black background

This text has color #FB6919 on black background.


Color preview on white background

This text has color #FB6919 on white background.



Black color preview on #FB6919 background

This text has black color on #FB6919 background.


White color preview on #FB6919 background

This text has white color on #FB6919 background.