COLOR #F19D25

HEX: #F19D25
RGB: (241,157,37)

Color info

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

RGB color model

#F19D25 color RGB value is (241,157,37).

  • red value is 241;
  • green value is 157;
  • blue value is 37.
RGB:
(241,157,37)
(95%,62%,15%)

RGB channels and saturation

R 241 of 255 = 95%
G 157 of 255 = 62%
B 37 of 255 = 15%

241
157
37

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

Portions of RGB colors in percentages

R + G + B =
241 + 157 + 37 = 435 (100%)
R 241 of 435 ~ 55.4%
G 157 of 435 ~ 36.09%
B 37 of 435 ~ 8.51%

%55.4
%36.09

CMYK color model

#F19D25 color CMYK value is (0,35,85,5).

  • cyan value is 0.00%
  • magenta value is 34.85%
  • yellow value is 84.65%
  • key color value is 5.49%
CMYK:
(0,35,85,5)
C0M35Y85K5 
(0%,35%,85%,5%)
(0.00/0.35/0.85/0.05)	

CMYK percentages

%0
%34.85
%84.65
%5.49

Codes

Color #F19D25 in popluar color models

F19D25
RGB24115737
HSL35°87.93%54.51%
HSB/HSV35°84.65%94.51%
CMYK0.00%34.85%84.65%
5.49%

Color #F19D25 in popluar number systems.

HEXF19D25
Decimal24115737
Binary1111000110011101100101
Octal36123545

Shades and tints

Shades of #F19D25

#F19D25
(241,157,37)
#DC8F22
(220,143,34)
#C7811F
(199,129,31)
#B2731C
(178,115,28)
#9D6519
(157,101,25)
#885716
(136,87,22)
#734913
(115,73,19)
#5E3B10
(94,59,16)
#492D0D
(73,45,13)
#341F0A
(52,31,10)
#1F1107
(31,17,7)
#000000
(0,0,0)

Tints of #F19D25

#F19D25
(241,157,37)
#F2A538
(242,165,56)
#F3AD4B
(243,173,75)
#F4B55E
(244,181,94)
#F5BD71
(245,189,113)
#F6C584
(246,197,132)
#F7CD97
(247,205,151)
#F8D5AA
(248,213,170)
#F9DDBD
(249,221,189)
#FAE5D0
(250,229,208)
#FBEDE3
(251,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F19D25 color. Also use rgb(241,157,37) instead hex code.

Text Font Color

.myTextColor { color: #F19D25; }

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

This text font color is #F19D25.


Background Color

.myBgColor { background-color: #F19D25; }

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

This div background color is #F19D25.


Border color

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

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

This div border color is #F19D25.


Opacity

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

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

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

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

This text has shadow with #F19D25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F19D25 on black background.


Color preview on white background

This text has color #F19D25 on white background.



Black color preview on #F19D25 background

This text has black color on #F19D25 background.


White color preview on #F19D25 background

This text has white color on #F19D25 background.