COLOR #F97D52

HEX: #F97D52
RGB: (249,125,82)

Color info

#F97D52 contains mainly red color. Web safe color of #F97D52 is #FF6666 (or #F66).

RGB color model

#F97D52 color RGB value is (249,125,82).

  • red value is 249;
  • green value is 125;
  • blue value is 82.
RGB:
(249,125,82)
(98%,49%,32%)

RGB channels and saturation

R 249 of 255 = 98%
G 125 of 255 = 49%
B 82 of 255 = 32%

249
125
82

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

Portions of RGB colors in percentages

R + G + B =
249 + 125 + 82 = 456 (100%)
R 249 of 456 ~ 54.61%
G 125 of 456 ~ 27.41%
B 82 of 456 ~ 17.98%

%54.61
%27.41
%17.98

CMYK color model

#F97D52 color CMYK value is (0,50,67,2).

  • cyan value is 0.00%
  • magenta value is 49.80%
  • yellow value is 67.07%
  • key color value is 2.35%
CMYK:
(0,50,67,2)
C0M50Y67K2 
(0%,50%,67%,2%)
(0.00/0.50/0.67/0.02)	

CMYK percentages

%0
%49.8
%67.07
%2.35

Codes

Color #F97D52 in popluar color models

F97D52
RGB24912582
HSL15°93.30%64.90%
HSB/HSV15°67.07%97.65%
CMYK0.00%49.80%67.07%
2.35%

Color #F97D52 in popluar number systems.

HEXF97D52
Decimal24912582
Binary1111100111111011010010
Octal371175122

Shades and tints

Shades of #F97D52

#F97D52
(249,125,82)
#E3724B
(227,114,75)
#CD6744
(205,103,68)
#B75C3D
(183,92,61)
#A15136
(161,81,54)
#8B462F
(139,70,47)
#753B28
(117,59,40)
#5F3021
(95,48,33)
#49251A
(73,37,26)
#331A13
(51,26,19)
#1D0F0C
(29,15,12)
#000000
(0,0,0)

Tints of #F97D52

#F97D52
(249,125,82)
#F98861
(249,136,97)
#F99370
(249,147,112)
#F99E7F
(249,158,127)
#F9A98E
(249,169,142)
#F9B49D
(249,180,157)
#F9BFAC
(249,191,172)
#F9CABB
(249,202,187)
#F9D5CA
(249,213,202)
#F9E0D9
(249,224,217)
#F9EBE8
(249,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F97D52 color. Also use rgb(249,125,82) instead hex code.

Text Font Color

.myTextColor { color: #F97D52; }

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

This text font color is #F97D52.


Background Color

.myBgColor { background-color: #F97D52; }

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

This div background color is #F97D52.


Border color

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

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

This div border color is #F97D52.


Opacity

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

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

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

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

This text has shadow with #F97D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F97D52 on black background.


Color preview on white background

This text has color #F97D52 on white background.



Black color preview on #F97D52 background

This text has black color on #F97D52 background.


White color preview on #F97D52 background

This text has white color on #F97D52 background.