COLOR #F57727

HEX: #F57727 RGB: (245,119,39)

Color info

#F57727 contains mainly red color. Web safe color of #F57727 is #FF6633 (or #F63).

RGB color model

#F57727 color RGB value is (245,119,39).

RGB: (245,119,39) (96%, 47%, 15%)

RGB channels and saturation

R 245 of 255 = 96%
G 119 of 255 = 47%
B 39 of 255 = 15%

245
119
39

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

Portions of RGB colors in percentages

R + G + B = 245 + 119 + 39 = 403 (100%)
R 245 of 403 ~ 60.79%
G 119 of 403 ~ 29.53%
B 39 of 403 ~ 9.68'%

%60.79
%29.53

CMYK color model

#F57727 color CMYK value is (0,51,84,4).

  • cyan value is 0.00%
  • magenta value is 51.43%
  • yellow value is 84.08%
  • key color value is 3.92%

CMYK: (0,51,84,4)
C0M51Y84K4 (0%, 51%, 84%, 4%)
(0.00 / 0.51 / 0.84 / 0.04)

CMYK percentages

%0
%51.43
%84.08
%3.92

Codes

Color #F57727 in popluar color models

F5 77 27
RGB 245 119 39
HSL 23° 91.15% 55.69%
HSB/HSV 23° 84.08% 96.08%
CMYK 0.00% 51.43% 84.08%
3.92%

Color #F57727 in popluar number systems.

HEX F5 77 27
Decimal 245 119 39
Binary 11110101 1110111 100111
Octal 365 167 47

Shades and tints

Shades of #F57727

#F57727
(245,119,39)
#DF6D24
(223,109,36)
#C96321
(201,99,33)
#B3591E
(179,89,30)
#9D4F1B
(157,79,27)
#874518
(135,69,24)
#713B15
(113,59,21)
#5B3112
(91,49,18)
#45270F
(69,39,15)
#2F1D0C
(47,29,12)
#191309
(25,19,9)
#000000
(0,0,0)

Tints of #F57727

#F57727
(245,119,39)
#F5833A
(245,131,58)
#F58F4D
(245,143,77)
#F59B60
(245,155,96)
#F5A773
(245,167,115)
#F5B386
(245,179,134)
#F5BF99
(245,191,153)
#F5CBAC
(245,203,172)
#F5D7BF
(245,215,191)
#F5E3D2
(245,227,210)
#F5EFE5
(245,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F57727 color. Also use rgb(245,119,39) instead hex code.

Text Font Color

.myTextColor { color: #F57727; }

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

This text font color is #F57727.

Background Color

.myBgColor { background-color: #F57727; }

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

This div background color is #F57727.

Border color

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

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

This div border color is #F57727.

Opacity

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

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

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

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

This text has shadow with #F57727 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F57727.

Preview

Color preview on black background

This text has color #F57727 on black background.


Color preview on white background

This text has color #F57727 on white background.


Black color preview on #F57727 background

This text has black color on #F57727 background.


White color preview on #F57727 background

This text has white color on #F57727 background.


Related colors

Complementary color

Complementary color for #hex is #0A88D8.


I love getcolorcode.com

Triadic colors

1 #27F577 and #7727F5 with #F57727 are triadic colors.

2 #2777F5 and #77F527 with #F57727 are triadic colors.