COLOR #FB6142

HEX: #FB6142 RGB: (251,97,66)

Color info

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

RGB color model

#FB6142 color RGB value is (251,97,66).

RGB: (251,97,66) (98%, 38%, 26%)

RGB channels and saturation

R 251 of 255 = 98%
G 97 of 255 = 38%
B 66 of 255 = 26%

251
97
66

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

Portions of RGB colors in percentages

R + G + B = 251 + 97 + 66 = 414 (100%)
R 251 of 414 ~ 60.63%
G 97 of 414 ~ 23.43%
B 66 of 414 ~ 15.94'%

%60.63
%23.43
%15.94

CMYK color model

#FB6142 color CMYK value is (0,61,74,2).

  • cyan value is 0.00%
  • magenta value is 61.35%
  • yellow value is 73.71%
  • key color value is 1.57%
CMYK: (0,61,74,2) C0M61Y74K2 (0%,61%,74%,2%) (0.00/0.61/0.74/0.02) 

CMYK percentages

%0
%61.35
%73.71
%1.57

Codes

Color #FB6142 in popluar color models

FB 61 42
RGB 251 97 66
HSL 10° 95.85% 62.16%
HSB/HSV 10° 73.71% 98.43%
CMYK 0.00% 61.35% 73.71%
1.57%

Color #FB6142 in popluar number systems.

HEX FB 61 42
Decimal 251 97 66
Binary 11111011 1100001 1000010
Octal 373 141 102

Shades and tints

Shades of #FB6142

#FB6142
(251,97,66)
#E5593C
(229,89,60)
#CF5136
(207,81,54)
#B94930
(185,73,48)
#A3412A
(163,65,42)
#8D3924
(141,57,36)
#77311E
(119,49,30)
#612918
(97,41,24)
#4B2112
(75,33,18)
#35190C
(53,25,12)
#1F1106
(31,17,6)
#000000
(0,0,0)

Tints of #FB6142

#FB6142
(251,97,66)
#FB6F53
(251,111,83)
#FB7D64
(251,125,100)
#FB8B75
(251,139,117)
#FB9986
(251,153,134)
#FBA797
(251,167,151)
#FBB5A8
(251,181,168)
#FBC3B9
(251,195,185)
#FBD1CA
(251,209,202)
#FBDFDB
(251,223,219)
#FBEDEC
(251,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB6142 color. Also use rgb(251,97,66) instead hex code.

Text Font Color

.myTextColor { color: #FB6142; }

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

This text font color is #FB6142.

Background Color

.myBgColor { background-color: #FB6142; }

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

This div background color is #FB6142.

Border color

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

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

This div border color is #FB6142.

Opacity

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

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

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

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

This text has shadow with #FB6142 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FB6142.

Preview

Color preview on black background

This text has color #FB6142 on black background.


Color preview on white background

This text has color #FB6142 on white background.


Black color preview on #FB6142 background

This text has black color on #FB6142 background.


White color preview on #FB6142 background

This text has white color on #FB6142 background.


Related colors

Complementary color

Complementary color for #hex is #049EBD.


I love getcolorcode.com

Triadic colors

1 #42FB61 and #6142FB with #FB6142 are triadic colors.

2 #4261FB and #61FB42 with #FB6142 are triadic colors.