COLOR #F78130

HEX: #F78130
RGB: (247,129,48)

Color info

#F78130 contains mainly red color. Web safe color of #F78130 is #FF9933 (or #F93).

RGB color model

#F78130 color RGB value is (247,129,48).

  • red value is 247;
  • green value is 129;
  • blue value is 48.
RGB:
(247,129,48)
(97%,51%,19%)

RGB channels and saturation

R 247 of 255 = 97%
G 129 of 255 = 51%
B 48 of 255 = 19%

247
129
48

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

Portions of RGB colors in percentages

R + G + B =
247 + 129 + 48 = 424 (100%)
R 247 of 424 ~ 58.25%
G 129 of 424 ~ 30.42%
B 48 of 424 ~ 11.32%

%58.25
%30.42
%11.32

CMYK color model

#F78130 color CMYK value is (0,48,81,3).

  • cyan value is 0.00%
  • magenta value is 47.77%
  • yellow value is 80.57%
  • key color value is 3.14%
CMYK:
(0,48,81,3)
C0M48Y81K3 
(0%,48%,81%,3%)
(0.00/0.48/0.81/0.03)	

CMYK percentages

%0
%47.77
%80.57
%3.14

Codes

Color #F78130 in popluar color models

F78130
RGB24712948
HSL24°92.56%57.84%
HSB/HSV24°80.57%96.86%
CMYK0.00%47.77%80.57%
3.14%

Color #F78130 in popluar number systems.

HEXF78130
Decimal24712948
Binary1111011110000001110000
Octal36720160

Shades and tints

Shades of #F78130

#F78130
(247,129,48)
#E1762C
(225,118,44)
#CB6B28
(203,107,40)
#B56024
(181,96,36)
#9F5520
(159,85,32)
#894A1C
(137,74,28)
#733F18
(115,63,24)
#5D3414
(93,52,20)
#472910
(71,41,16)
#311E0C
(49,30,12)
#1B1308
(27,19,8)
#000000
(0,0,0)

Tints of #F78130

#F78130
(247,129,48)
#F78C42
(247,140,66)
#F79754
(247,151,84)
#F7A266
(247,162,102)
#F7AD78
(247,173,120)
#F7B88A
(247,184,138)
#F7C39C
(247,195,156)
#F7CEAE
(247,206,174)
#F7D9C0
(247,217,192)
#F7E4D2
(247,228,210)
#F7EFE4
(247,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F78130 color. Also use rgb(247,129,48) instead hex code.

Text Font Color

.myTextColor { color: #F78130; }

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

This text font color is #F78130.


Background Color

.myBgColor { background-color: #F78130; }

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

This div background color is #F78130.


Border color

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

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

This div border color is #F78130.


Opacity

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

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

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

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

This text has shadow with #F78130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F78130 on black background.


Color preview on white background

This text has color #F78130 on white background.



Black color preview on #F78130 background

This text has black color on #F78130 background.


White color preview on #F78130 background

This text has white color on #F78130 background.