COLOR #FB4F29

HEX: #FB4F29
RGB: (251,79,41)

Color info

#FB4F29 contains mainly red color. Web safe color of #FB4F29 is #FF6633 (or #F63).

RGB color model

#FB4F29 color RGB value is (251,79,41).

  • red value is 251;
  • green value is 79;
  • blue value is 41.
RGB:
(251,79,41)
(98%,31%,16%)

RGB channels and saturation

R 251 of 255 = 98%
G 79 of 255 = 31%
B 41 of 255 = 16%

251
79
41

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

Portions of RGB colors in percentages

R + G + B =
251 + 79 + 41 = 371 (100%)
R 251 of 371 ~ 67.65%
G 79 of 371 ~ 21.29%
B 41 of 371 ~ 11.05%

%67.65
%21.29
%11.05

CMYK color model

#FB4F29 color CMYK value is (0,69,84,2).

  • cyan value is 0.00%
  • magenta value is 68.53%
  • yellow value is 83.67%
  • key color value is 1.57%
CMYK:
(0,69,84,2)
C0M69Y84K2 
(0%,69%,84%,2%)
(0.00/0.69/0.84/0.02)	

CMYK percentages

%0
%68.53
%83.67
%1.57

Codes

Color #FB4F29 in popluar color models

FB4F29
RGB2517941
HSL11°96.33%57.25%
HSB/HSV11°83.67%98.43%
CMYK0.00%68.53%83.67%
1.57%

Color #FB4F29 in popluar number systems.

HEXFB4F29
Decimal2517941
Binary111110111001111101001
Octal37311751

Shades and tints

Shades of #FB4F29

#FB4F29
(251,79,41)
#E54826
(229,72,38)
#CF4123
(207,65,35)
#B93A20
(185,58,32)
#A3331D
(163,51,29)
#8D2C1A
(141,44,26)
#772517
(119,37,23)
#611E14
(97,30,20)
#4B1711
(75,23,17)
#35100E
(53,16,14)
#1F090B
(31,9,11)
#000000
(0,0,0)

Tints of #FB4F29

#FB4F29
(251,79,41)
#FB5F3C
(251,95,60)
#FB6F4F
(251,111,79)
#FB7F62
(251,127,98)
#FB8F75
(251,143,117)
#FB9F88
(251,159,136)
#FBAF9B
(251,175,155)
#FBBFAE
(251,191,174)
#FBCFC1
(251,207,193)
#FBDFD4
(251,223,212)
#FBEFE7
(251,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB4F29 color. Also use rgb(251,79,41) instead hex code.

Text Font Color

.myTextColor { color: #FB4F29; }

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

This text font color is #FB4F29.


Background Color

.myBgColor { background-color: #FB4F29; }

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

This div background color is #FB4F29.


Border color

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

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

This div border color is #FB4F29.


Opacity

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

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

Text with #FB4F29 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 #FB4F29;}

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

This text has shadow with #FB4F29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB4F29 on black background.


Color preview on white background

This text has color #FB4F29 on white background.



Black color preview on #FB4F29 background

This text has black color on #FB4F29 background.


White color preview on #FB4F29 background

This text has white color on #FB4F29 background.