COLOR #FDBE3A

HEX: #FDBE3A
RGB: (253,190,58)

Color info

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

RGB color model

#FDBE3A color RGB value is (253,190,58).

  • red value is 253;
  • green value is 190;
  • blue value is 58.
RGB:
(253,190,58)
(99%,75%,23%)

RGB channels and saturation

R 253 of 255 = 99%
G 190 of 255 = 75%
B 58 of 255 = 23%

253
190
58

R + G + B ~ 66%. #FDBE3A is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 190 + 58 = 501 (100%)
R 253 of 501 ~ 50.5%
G 190 of 501 ~ 37.92%
B 58 of 501 ~ 11.58%

%50.5
%37.92
%11.58

CMYK color model

#FDBE3A color CMYK value is (0,25,77,1).

  • cyan value is 0.00%
  • magenta value is 24.90%
  • yellow value is 77.08%
  • key color value is 0.78%
CMYK:
(0,25,77,1)
C0M25Y77K1 
(0%,25%,77%,1%)
(0.00/0.25/0.77/0.01)	

CMYK percentages

%0
%24.9
%77.08
%0.78

Codes

Color #FDBE3A in popluar color models

FDBE3A
RGB25319058
HSL41°97.99%60.98%
HSB/HSV41°77.08%99.22%
CMYK0.00%24.90%77.08%
0.78%

Color #FDBE3A in popluar number systems.

HEXFDBE3A
Decimal25319058
Binary1111110110111110111010
Octal37527672

Shades and tints

Shades of #FDBE3A

#FDBE3A
(253,190,58)
#E6AD35
(230,173,53)
#CF9C30
(207,156,48)
#B88B2B
(184,139,43)
#A17A26
(161,122,38)
#8A6921
(138,105,33)
#73581C
(115,88,28)
#5C4717
(92,71,23)
#453612
(69,54,18)
#2E250D
(46,37,13)
#171408
(23,20,8)
#000000
(0,0,0)

Tints of #FDBE3A

#FDBE3A
(253,190,58)
#FDC34B
(253,195,75)
#FDC85C
(253,200,92)
#FDCD6D
(253,205,109)
#FDD27E
(253,210,126)
#FDD78F
(253,215,143)
#FDDCA0
(253,220,160)
#FDE1B1
(253,225,177)
#FDE6C2
(253,230,194)
#FDEBD3
(253,235,211)
#FDF0E4
(253,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDBE3A color. Also use rgb(253,190,58) instead hex code.

Text Font Color

.myTextColor { color: #FDBE3A; }

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

This text font color is #FDBE3A.


Background Color

.myBgColor { background-color: #FDBE3A; }

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

This div background color is #FDBE3A.


Border color

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

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

This div border color is #FDBE3A.


Opacity

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

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

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

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

This text has shadow with #FDBE3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDBE3A on black background.


Color preview on white background

This text has color #FDBE3A on white background.



Black color preview on #FDBE3A background

This text has black color on #FDBE3A background.


White color preview on #FDBE3A background

This text has white color on #FDBE3A background.