COLOR #F8B705

HEX: #F8B705
RGB: (248,183,5)

Color info

#F8B705 contains mainly red color. Web safe color of #F8B705 is #FFCC00 (or #FC0).

RGB color model

#F8B705 color RGB value is (248,183,5).

  • red value is 248;
  • green value is 183;
  • blue value is 5.
RGB:
(248,183,5)
(97%,72%,2%)

RGB channels and saturation

R 248 of 255 = 97%
G 183 of 255 = 72%
B 5 of 255 = 2%

248
183
5

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

Portions of RGB colors in percentages

R + G + B =
248 + 183 + 5 = 436 (100%)
R 248 of 436 ~ 56.88%
G 183 of 436 ~ 41.97%
B 5 of 436 ~ 1.15%

%56.88
%41.97

CMYK color model

#F8B705 color CMYK value is (0,26,98,3).

  • cyan value is 0.00%
  • magenta value is 26.21%
  • yellow value is 97.98%
  • key color value is 2.75%
CMYK:
(0,26,98,3)
C0M26Y98K3 
(0%,26%,98%,3%)
(0.00/0.26/0.98/0.03)	

CMYK percentages

%0
%26.21
%97.98
%2.75

Codes

Color #F8B705 in popluar color models

F8B705
RGB2481835
HSL44°96.05%49.61%
HSB/HSV44°97.98%97.25%
CMYK0.00%26.21%97.98%
2.75%

Color #F8B705 in popluar number systems.

HEXF8B705
Decimal2481835
Binary1111100010110111101
Octal3702675

Shades and tints

Shades of #F8B705

#F8B705
(248,183,5)
#E2A705
(226,167,5)
#CC9705
(204,151,5)
#B68705
(182,135,5)
#A07705
(160,119,5)
#8A6705
(138,103,5)
#745705
(116,87,5)
#5E4705
(94,71,5)
#483705
(72,55,5)
#322705
(50,39,5)
#1C1705
(28,23,5)
#000000
(0,0,0)

Tints of #F8B705

#F8B705
(248,183,5)
#F8BD1B
(248,189,27)
#F8C331
(248,195,49)
#F8C947
(248,201,71)
#F8CF5D
(248,207,93)
#F8D573
(248,213,115)
#F8DB89
(248,219,137)
#F8E19F
(248,225,159)
#F8E7B5
(248,231,181)
#F8EDCB
(248,237,203)
#F8F3E1
(248,243,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8B705 color. Also use rgb(248,183,5) instead hex code.

Text Font Color

.myTextColor { color: #F8B705; }

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

This text font color is #F8B705.


Background Color

.myBgColor { background-color: #F8B705; }

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

This div background color is #F8B705.


Border color

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

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

This div border color is #F8B705.


Opacity

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

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

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

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

This text has shadow with #F8B705 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8B705 on black background.


Color preview on white background

This text has color #F8B705 on white background.



Black color preview on #F8B705 background

This text has black color on #F8B705 background.


White color preview on #F8B705 background

This text has white color on #F8B705 background.