COLOR #F7BD0C

HEX: #F7BD0C
RGB: (247,189,12)

Color info

#F7BD0C contains mainly red and green colors. Web safe color of #F7BD0C is #FFCC00 (or #FC0).

RGB color model

#F7BD0C color RGB value is (247,189,12).

  • red value is 247;
  • green value is 189;
  • blue value is 12.
RGB:
(247,189,12)
(97%,74%,5%)

RGB channels and saturation

R 247 of 255 = 97%
G 189 of 255 = 74%
B 12 of 255 = 5%

247
189
12

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

Portions of RGB colors in percentages

R + G + B =
247 + 189 + 12 = 448 (100%)
R 247 of 448 ~ 55.13%
G 189 of 448 ~ 42.19%
B 12 of 448 ~ 2.68%

%55.13
%42.19

CMYK color model

#F7BD0C color CMYK value is (0,23,95,3).

  • cyan value is 0.00%
  • magenta value is 23.48%
  • yellow value is 95.14%
  • key color value is 3.14%
CMYK:
(0,23,95,3)
C0M23Y95K3 
(0%,23%,95%,3%)
(0.00/0.23/0.95/0.03)	

CMYK percentages

%0
%23.48
%95.14
%3.14

Codes

Color #F7BD0C in popluar color models

F7BD0C
RGB24718912
HSL45°93.63%50.78%
HSB/HSV45°95.14%96.86%
CMYK0.00%23.48%95.14%
3.14%

Color #F7BD0C in popluar number systems.

HEXF7BD0C
Decimal24718912
Binary11110111101111011100
Octal36727514

Shades and tints

Shades of #F7BD0C

#F7BD0C
(247,189,12)
#E1AC0B
(225,172,11)
#CB9B0A
(203,155,10)
#B58A09
(181,138,9)
#9F7908
(159,121,8)
#896807
(137,104,7)
#735706
(115,87,6)
#5D4605
(93,70,5)
#473504
(71,53,4)
#312403
(49,36,3)
#1B1302
(27,19,2)
#000000
(0,0,0)

Tints of #F7BD0C

#F7BD0C
(247,189,12)
#F7C322
(247,195,34)
#F7C938
(247,201,56)
#F7CF4E
(247,207,78)
#F7D564
(247,213,100)
#F7DB7A
(247,219,122)
#F7E190
(247,225,144)
#F7E7A6
(247,231,166)
#F7EDBC
(247,237,188)
#F7F3D2
(247,243,210)
#F7F9E8
(247,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7BD0C color. Also use rgb(247,189,12) instead hex code.

Text Font Color

.myTextColor { color: #F7BD0C; }

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

This text font color is #F7BD0C.


Background Color

.myBgColor { background-color: #F7BD0C; }

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

This div background color is #F7BD0C.


Border color

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

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

This div border color is #F7BD0C.


Opacity

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

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

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

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

This text has shadow with #F7BD0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7BD0C on black background.


Color preview on white background

This text has color #F7BD0C on white background.



Black color preview on #F7BD0C background

This text has black color on #F7BD0C background.


White color preview on #F7BD0C background

This text has white color on #F7BD0C background.