COLOR #FFB40F

HEX: #FFB40F RGB: (255,180,15)

Color info

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

RGB color model

#FFB40F color RGB value is (255,180,15).

RGB: (255,180,15) (100%, 71%, 6%)

RGB channels and saturation

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

255
180
15

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

Portions of RGB colors in percentages

R + G + B = 255 + 180 + 15 = 450 (100%)
R 255 of 450 ~ 56.67%
G 180 of 450 ~ 40%
B 15 of 450 ~ 3.33'%

%56.67
%40

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.41%
  • 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
%29.41
%94.12
%0

Codes

Color #FFB40F in popluar color models

FF B4 0F
RGB 255 180 15
HSL 41° 100.00% 52.94%
HSB/HSV 41° 94.12% 100.00%
CMYK 0.00% 29.41% 94.12%
0.00%

Color #FFB40F in popluar number systems.

HEX FF B4 0F
Decimal 255 180 15
Binary 11111111 10110100 1111
Octal 377 264 17

Shades and tints

Shades of #FFB40F

#FFB40F
(255,180,15)
#E8A40E
(232,164,14)
#D1940D
(209,148,13)
#BA840C
(186,132,12)
#A3740B
(163,116,11)
#8C640A
(140,100,10)
#755409
(117,84,9)
#5E4408
(94,68,8)
#473407
(71,52,7)
#302406
(48,36,6)
#191405
(25,20,5)
#000000
(0,0,0)

Tints of #FFB40F

#FFB40F
(255,180,15)
#FFBA24
(255,186,36)
#FFC039
(255,192,57)
#FFC64E
(255,198,78)
#FFCC63
(255,204,99)
#FFD278
(255,210,120)
#FFD88D
(255,216,141)
#FFDEA2
(255,222,162)
#FFE4B7
(255,228,183)
#FFEACC
(255,234,204)
#FFF0E1
(255,240,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFB40F; }

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

This text font color is #FFB40F.

Background Color

.myBgColor { background-color: #FFB40F; }

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

This div background color is #FFB40F.

Border color

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

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

This div border color is #FFB40F.

Opacity

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

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

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

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

This text has shadow with #FFB40F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFB40F.

Preview

Color preview on black background

This text has color #FFB40F on black background.


Color preview on white background

This text has color #FFB40F on white background.


Black color preview on #FFB40F background

This text has black color on #FFB40F background.


White color preview on #FFB40F background

This text has white color on #FFB40F background.


Related colors

Complementary color

Complementary color for #FFB40F is #004BF0.


I love getcolorcode.com

Gradients

Color #FFB40F is used in Orange (Web) gradient.

Orange (Web)


Triadic colors

1 #0FFFB4 and #B40FFF with #FFB40F are triadic colors.

2 #0FB4FF and #B4FF0F with #FFB40F are triadic colors.