COLOR #FFB52E

HEX: #FFB52E
RGB: (255,181,46)

Color info

#FFB52E contains mainly red color. Web safe color of #FFB52E is #FFCC33 (or #FC3).

RGB color model

#FFB52E color RGB value is (255,181,46).

  • red value is 255;
  • green value is 181;
  • blue value is 46.
RGB:
(255,181,46)
(100%,71%,18%)

RGB channels and saturation

R 255 of 255 = 100%
G 181 of 255 = 71%
B 46 of 255 = 18%

255
181
46

R + G + B ~ 63%. #FFB52E is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 181 + 46 = 482 (100%)
R 255 of 482 ~ 52.9%
G 181 of 482 ~ 37.55%
B 46 of 482 ~ 9.54%

%52.9
%37.55
%9.54

CMYK color model

#FFB52E color CMYK value is (0,29,82,0).

  • cyan value is 0.00%
  • magenta value is 29.02%
  • yellow value is 81.96%
  • key color value is 0.00%
CMYK:
(0,29,82,0)
C0M29Y82K0 
(0%,29%,82%,0%)
(0.00/0.29/0.82/0.00)	

CMYK percentages

%0
%29.02
%81.96
%0

Codes

Color #FFB52E in popluar color models

FFB52E
RGB25518146
HSL39°100.00%59.02%
HSB/HSV39°81.96%100.00%
CMYK0.00%29.02%81.96%
0.00%

Color #FFB52E in popluar number systems.

HEXFFB52E
Decimal25518146
Binary1111111110110101101110
Octal37726556

Shades and tints

Shades of #FFB52E

#FFB52E
(255,181,46)
#E8A52A
(232,165,42)
#D19526
(209,149,38)
#BA8522
(186,133,34)
#A3751E
(163,117,30)
#8C651A
(140,101,26)
#755516
(117,85,22)
#5E4512
(94,69,18)
#47350E
(71,53,14)
#30250A
(48,37,10)
#191506
(25,21,6)
#000000
(0,0,0)

Tints of #FFB52E

#FFB52E
(255,181,46)
#FFBB41
(255,187,65)
#FFC154
(255,193,84)
#FFC767
(255,199,103)
#FFCD7A
(255,205,122)
#FFD38D
(255,211,141)
#FFD9A0
(255,217,160)
#FFDFB3
(255,223,179)
#FFE5C6
(255,229,198)
#FFEBD9
(255,235,217)
#FFF1EC
(255,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFB52E color. Also use rgb(255,181,46) instead hex code.

Text Font Color

.myTextColor { color: #FFB52E; }

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

This text font color is #FFB52E.


Background Color

.myBgColor { background-color: #FFB52E; }

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

This div background color is #FFB52E.


Border color

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

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

This div border color is #FFB52E.


Opacity

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

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

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

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

This text has shadow with #FFB52E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFB52E on black background.


Color preview on white background

This text has color #FFB52E on white background.



Black color preview on #FFB52E background

This text has black color on #FFB52E background.


White color preview on #FFB52E background

This text has white color on #FFB52E background.