COLOR #F1750D

HEX: #F1750D
RGB: (241,117,13)

Color info

#F1750D contains mainly red color. Web safe color of #F1750D is #FF6600 (or #F60).

RGB color model

#F1750D color RGB value is (241,117,13).

  • red value is 241;
  • green value is 117;
  • blue value is 13.
RGB:
(241,117,13)
(95%,46%,5%)

RGB channels and saturation

R 241 of 255 = 95%
G 117 of 255 = 46%
B 13 of 255 = 5%

241
117
13

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

Portions of RGB colors in percentages

R + G + B =
241 + 117 + 13 = 371 (100%)
R 241 of 371 ~ 64.96%
G 117 of 371 ~ 31.54%
B 13 of 371 ~ 3.5%

%64.96
%31.54

CMYK color model

#F1750D color CMYK value is (0,51,95,5).

  • cyan value is 0.00%
  • magenta value is 51.45%
  • yellow value is 94.61%
  • key color value is 5.49%
CMYK:
(0,51,95,5)
C0M51Y95K5 
(0%,51%,95%,5%)
(0.00/0.51/0.95/0.05)	

CMYK percentages

%0
%51.45
%94.61
%5.49

Codes

Color #F1750D in popluar color models

F1750D
RGB24111713
HSL27°89.76%49.80%
HSB/HSV27°94.61%94.51%
CMYK0.00%51.45%94.61%
5.49%

Color #F1750D in popluar number systems.

HEXF1750D
Decimal24111713
Binary1111000111101011101
Octal36116515

Shades and tints

Shades of #F1750D

#F1750D
(241,117,13)
#DC6B0C
(220,107,12)
#C7610B
(199,97,11)
#B2570A
(178,87,10)
#9D4D09
(157,77,9)
#884308
(136,67,8)
#733907
(115,57,7)
#5E2F06
(94,47,6)
#492505
(73,37,5)
#341B04
(52,27,4)
#1F1103
(31,17,3)
#000000
(0,0,0)

Tints of #F1750D

#F1750D
(241,117,13)
#F28123
(242,129,35)
#F38D39
(243,141,57)
#F4994F
(244,153,79)
#F5A565
(245,165,101)
#F6B17B
(246,177,123)
#F7BD91
(247,189,145)
#F8C9A7
(248,201,167)
#F9D5BD
(249,213,189)
#FAE1D3
(250,225,211)
#FBEDE9
(251,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1750D color. Also use rgb(241,117,13) instead hex code.

Text Font Color

.myTextColor { color: #F1750D; }

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

This text font color is #F1750D.


Background Color

.myBgColor { background-color: #F1750D; }

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

This div background color is #F1750D.


Border color

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

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

This div border color is #F1750D.


Opacity

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

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

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

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

This text has shadow with #F1750D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1750D on black background.


Color preview on white background

This text has color #F1750D on white background.



Black color preview on #F1750D background

This text has black color on #F1750D background.


White color preview on #F1750D background

This text has white color on #F1750D background.