COLOR #FB6251

HEX: #FB6251
RGB: (251,98,81)

Renk bilgisi

#FB6251 contains mainly red color. #FB6251 ‘ nin web güvenlik rengi #FF6666 (ya da #F66) dir.

RGB renk modeli

#FB6251 color RGB value is (251,98,81).

  • kırmız ton 251;
  • yeşil ton 98;
  • mavi ton 81.
RGB:
(251,98,81)
(98%,38%,32%)

RGB bağlantıları ve doygunluk

R 251 of 255 = 98%
G 98 of 255 = 38%
B 81 of 255 = 32%

251
98
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
251 + 98 + 81 = 430 (100%)
R 251 of 430 ~ 58.37%
G 98 of 430 ~ 22.79%
B 81 of 430 ~ 18.84%

%58.37
%22.79
%18.84

CMYK RENK MODELİ

#FB6251 rengi CMYK tonu (0,61,68,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 60.96%
  • sarı tonu 67.73%
  • ana renk tonu 1.57%
CMYK:
(0,61,68,2)
C0M61Y68K2 
(0%,61%,68%,2%)
(0.00/0.61/0.68/0.02)	

CMYK yüzdeleri

%0
%60.96
%67.73
%1.57

Codes

Color #FB6251 in popluar color models

FB6251
RGB2519881
HSL95.51%65.10%
HSB/HSV67.73%98.43%
CMYK0.00%60.96%67.73%
1.57%

Color #FB6251 in popluar number systems.

HEXFB6251
Decimal2519881
Binary1111101111000101010001
Octal373142121

Shades and tints

Shades of #FB6251

#FB6251
(251,98,81)
#E55A4A
(229,90,74)
#CF5243
(207,82,67)
#B94A3C
(185,74,60)
#A34235
(163,66,53)
#8D3A2E
(141,58,46)
#773227
(119,50,39)
#612A20
(97,42,32)
#4B2219
(75,34,25)
#351A12
(53,26,18)
#1F120B
(31,18,11)
#000000
(0,0,0)

Tints of #FB6251

#FB6251
(251,98,81)
#FB7060
(251,112,96)
#FB7E6F
(251,126,111)
#FB8C7E
(251,140,126)
#FB9A8D
(251,154,141)
#FBA89C
(251,168,156)
#FBB6AB
(251,182,171)
#FBC4BA
(251,196,186)
#FBD2C9
(251,210,201)
#FBE0D8
(251,224,216)
#FBEEE7
(251,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB6251 color. Also use rgb(251,98,81) instead hex code.

Text Font Color

.myTextColor { color: #FB6251; }

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

This text font color is #FB6251.


Background Color

.myBgColor { background-color: #FB6251; }

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

This div background color is #FB6251.


Border color

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

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

This div border color is #FB6251.


Opacity

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

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

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

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

This text has shadow with #FB6251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB6251 on black background.


Color preview on white background

This text has color #FB6251 on white background.



Black color preview on #FB6251 background

This text has black color on #FB6251 background.


White color preview on #FB6251 background

This text has white color on #FB6251 background.