COLOR #F3B75A

HEX: #F3B75A
RGB: (243,183,90)

Color info

#F3B75A contains mainly red color. Web safe color of #F3B75A is #FFCC66 (or #FC6).

RGB color model

#F3B75A color RGB value is (243,183,90).

  • red value is 243;
  • green value is 183;
  • blue value is 90.
RGB:
(243,183,90)
(95%,72%,35%)

RGB channels and saturation

R 243 of 255 = 95%
G 183 of 255 = 72%
B 90 of 255 = 35%

243
183
90

R + G + B ~ 67%. #F3B75A is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 183 + 90 = 516 (100%)
R 243 of 516 ~ 47.09%
G 183 of 516 ~ 35.47%
B 90 of 516 ~ 17.44%

%47.09
%35.47
%17.44

CMYK color model

#F3B75A color CMYK value is (0,25,63,5).

  • cyan value is 0.00%
  • magenta value is 24.69%
  • yellow value is 62.96%
  • key color value is 4.71%
CMYK:
(0,25,63,5)
C0M25Y63K5 
(0%,25%,63%,5%)
(0.00/0.25/0.63/0.05)	

CMYK percentages

%0
%24.69
%62.96
%4.71

Codes

Color #F3B75A in popluar color models

F3B75A
RGB24318390
HSL36°86.44%65.29%
HSB/HSV36°62.96%95.29%
CMYK0.00%24.69%62.96%
4.71%

Color #F3B75A in popluar number systems.

HEXF3B75A
Decimal24318390
Binary11110011101101111011010
Octal363267132

Shades and tints

Shades of #F3B75A

#F3B75A
(243,183,90)
#DDA752
(221,167,82)
#C7974A
(199,151,74)
#B18742
(177,135,66)
#9B773A
(155,119,58)
#856732
(133,103,50)
#6F572A
(111,87,42)
#594722
(89,71,34)
#43371A
(67,55,26)
#2D2712
(45,39,18)
#17170A
(23,23,10)
#000000
(0,0,0)

Tints of #F3B75A

#F3B75A
(243,183,90)
#F4BD69
(244,189,105)
#F5C378
(245,195,120)
#F6C987
(246,201,135)
#F7CF96
(247,207,150)
#F8D5A5
(248,213,165)
#F9DBB4
(249,219,180)
#FAE1C3
(250,225,195)
#FBE7D2
(251,231,210)
#FCEDE1
(252,237,225)
#FDF3F0
(253,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3B75A color. Also use rgb(243,183,90) instead hex code.

Text Font Color

.myTextColor { color: #F3B75A; }

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

This text font color is #F3B75A.


Background Color

.myBgColor { background-color: #F3B75A; }

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

This div background color is #F3B75A.


Border color

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

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

This div border color is #F3B75A.


Opacity

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

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

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

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

This text has shadow with #F3B75A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3B75A on black background.


Color preview on white background

This text has color #F3B75A on white background.



Black color preview on #F3B75A background

This text has black color on #F3B75A background.


White color preview on #F3B75A background

This text has white color on #F3B75A background.