COLOR #FB533E

HEX: #FB533E
RGB: (251,83,62)

Color info

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

RGB color model

#FB533E color RGB value is (251,83,62).

  • red value is 251;
  • green value is 83;
  • blue value is 62.
RGB:
(251,83,62)
(98%,33%,24%)

RGB channels and saturation

R 251 of 255 = 98%
G 83 of 255 = 33%
B 62 of 255 = 24%

251
83
62

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

Portions of RGB colors in percentages

R + G + B =
251 + 83 + 62 = 396 (100%)
R 251 of 396 ~ 63.38%
G 83 of 396 ~ 20.96%
B 62 of 396 ~ 15.66%

%63.38
%20.96
%15.66

CMYK color model

#FB533E color CMYK value is (0,67,75,2).

  • cyan value is 0.00%
  • magenta value is 66.93%
  • yellow value is 75.30%
  • key color value is 1.57%
CMYK:
(0,67,75,2)
C0M67Y75K2 
(0%,67%,75%,2%)
(0.00/0.67/0.75/0.02)	

CMYK percentages

%0
%66.93
%75.3
%1.57

Codes

Color #FB533E in popluar color models

FB533E
RGB2518362
HSL95.94%61.37%
HSB/HSV75.30%98.43%
CMYK0.00%66.93%75.30%
1.57%

Color #FB533E in popluar number systems.

HEXFB533E
Decimal2518362
Binary111110111010011111110
Octal37312376

Shades and tints

Shades of #FB533E

#FB533E
(251,83,62)
#E54C39
(229,76,57)
#CF4534
(207,69,52)
#B93E2F
(185,62,47)
#A3372A
(163,55,42)
#8D3025
(141,48,37)
#772920
(119,41,32)
#61221B
(97,34,27)
#4B1B16
(75,27,22)
#351411
(53,20,17)
#1F0D0C
(31,13,12)
#000000
(0,0,0)

Tints of #FB533E

#FB533E
(251,83,62)
#FB624F
(251,98,79)
#FB7160
(251,113,96)
#FB8071
(251,128,113)
#FB8F82
(251,143,130)
#FB9E93
(251,158,147)
#FBADA4
(251,173,164)
#FBBCB5
(251,188,181)
#FBCBC6
(251,203,198)
#FBDAD7
(251,218,215)
#FBE9E8
(251,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB533E color. Also use rgb(251,83,62) instead hex code.

Text Font Color

.myTextColor { color: #FB533E; }

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

This text font color is #FB533E.


Background Color

.myBgColor { background-color: #FB533E; }

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

This div background color is #FB533E.


Border color

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

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

This div border color is #FB533E.


Opacity

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

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

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

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

This text has shadow with #FB533E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB533E on black background.


Color preview on white background

This text has color #FB533E on white background.



Black color preview on #FB533E background

This text has black color on #FB533E background.


White color preview on #FB533E background

This text has white color on #FB533E background.