COLOR #FFB60F

HEX: #FFB60F
RGB: (255,182,15)

Color info

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

RGB color model

#FFB60F color RGB value is (255,182,15).

  • red value is 255;
  • green value is 182;
  • blue value is 15.
RGB:
(255,182,15)
(100%,71%,6%)

RGB channels and saturation

R 255 of 255 = 100%
G 182 of 255 = 71%
B 15 of 255 = 6%

255
182
15

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

Portions of RGB colors in percentages

R + G + B =
255 + 182 + 15 = 452 (100%)
R 255 of 452 ~ 56.42%
G 182 of 452 ~ 40.27%
B 15 of 452 ~ 3.32%

%56.42
%40.27

CMYK color model

#FFB60F color CMYK value is (0,29,94,0).

  • cyan value is 0.00%
  • magenta value is 28.63%
  • yellow value is 94.12%
  • key color value is 0.00%
CMYK:
(0,29,94,0)
C0M29Y94K0 
(0%,29%,94%,0%)
(0.00/0.29/0.94/0.00)	

CMYK percentages

%0
%28.63
%94.12
%0

Codes

Color #FFB60F in popluar color models

FFB60F
RGB25518215
HSL42°100.00%52.94%
HSB/HSV42°94.12%100.00%
CMYK0.00%28.63%94.12%
0.00%

Color #FFB60F in popluar number systems.

HEXFFB60F
Decimal25518215
Binary11111111101101101111
Octal37726617

Shades and tints

Shades of #FFB60F

#FFB60F
(255,182,15)
#E8A60E
(232,166,14)
#D1960D
(209,150,13)
#BA860C
(186,134,12)
#A3760B
(163,118,11)
#8C660A
(140,102,10)
#755609
(117,86,9)
#5E4608
(94,70,8)
#473607
(71,54,7)
#302606
(48,38,6)
#191605
(25,22,5)
#000000
(0,0,0)

Tints of #FFB60F

#FFB60F
(255,182,15)
#FFBC24
(255,188,36)
#FFC239
(255,194,57)
#FFC84E
(255,200,78)
#FFCE63
(255,206,99)
#FFD478
(255,212,120)
#FFDA8D
(255,218,141)
#FFE0A2
(255,224,162)
#FFE6B7
(255,230,183)
#FFECCC
(255,236,204)
#FFF2E1
(255,242,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFB60F color. Also use rgb(255,182,15) instead hex code.

Text Font Color

.myTextColor { color: #FFB60F; }

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

This text font color is #FFB60F.


Background Color

.myBgColor { background-color: #FFB60F; }

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

This div background color is #FFB60F.


Border color

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

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

This div border color is #FFB60F.


Opacity

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

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

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

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

This text has shadow with #FFB60F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFB60F on black background.


Color preview on white background

This text has color #FFB60F on white background.



Black color preview on #FFB60F background

This text has black color on #FFB60F background.


White color preview on #FFB60F background

This text has white color on #FFB60F background.