COLOR #F1993F

HEX: #F1993F
RGB: (241,153,63)

Color info

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

RGB color model

#F1993F color RGB value is (241,153,63).

  • red value is 241;
  • green value is 153;
  • blue value is 63.
RGB:
(241,153,63)
(95%,60%,25%)

RGB channels and saturation

R 241 of 255 = 95%
G 153 of 255 = 60%
B 63 of 255 = 25%

241
153
63

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

Portions of RGB colors in percentages

R + G + B =
241 + 153 + 63 = 457 (100%)
R 241 of 457 ~ 52.74%
G 153 of 457 ~ 33.48%
B 63 of 457 ~ 13.79%

%52.74
%33.48
%13.79

CMYK color model

#F1993F color CMYK value is (0,37,74,5).

  • cyan value is 0.00%
  • magenta value is 36.51%
  • yellow value is 73.86%
  • key color value is 5.49%
CMYK:
(0,37,74,5)
C0M37Y74K5 
(0%,37%,74%,5%)
(0.00/0.37/0.74/0.05)	

CMYK percentages

%0
%36.51
%73.86
%5.49

Codes

Color #F1993F in popluar color models

F1993F
RGB24115363
HSL30°86.41%59.61%
HSB/HSV30°73.86%94.51%
CMYK0.00%36.51%73.86%
5.49%

Color #F1993F in popluar number systems.

HEXF1993F
Decimal24115363
Binary1111000110011001111111
Octal36123177

Shades and tints

Shades of #F1993F

#F1993F
(241,153,63)
#DC8C3A
(220,140,58)
#C77F35
(199,127,53)
#B27230
(178,114,48)
#9D652B
(157,101,43)
#885826
(136,88,38)
#734B21
(115,75,33)
#5E3E1C
(94,62,28)
#493117
(73,49,23)
#342412
(52,36,18)
#1F170D
(31,23,13)
#000000
(0,0,0)

Tints of #F1993F

#F1993F
(241,153,63)
#F2A250
(242,162,80)
#F3AB61
(243,171,97)
#F4B472
(244,180,114)
#F5BD83
(245,189,131)
#F6C694
(246,198,148)
#F7CFA5
(247,207,165)
#F8D8B6
(248,216,182)
#F9E1C7
(249,225,199)
#FAEAD8
(250,234,216)
#FBF3E9
(251,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1993F color. Also use rgb(241,153,63) instead hex code.

Text Font Color

.myTextColor { color: #F1993F; }

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

This text font color is #F1993F.


Background Color

.myBgColor { background-color: #F1993F; }

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

This div background color is #F1993F.


Border color

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

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

This div border color is #F1993F.


Opacity

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

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

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

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

This text has shadow with #F1993F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1993F on black background.


Color preview on white background

This text has color #F1993F on white background.



Black color preview on #F1993F background

This text has black color on #F1993F background.


White color preview on #F1993F background

This text has white color on #F1993F background.