COLOR #F07830

HEX: #F07830 RGB: (240,120,48)

Color info

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

RGB color model

#F07830 color RGB value is (240,120,48).

RGB: (240,120,48) (94%, 47%, 19%)

RGB channels and saturation

R 240 of 255 = 94%
G 120 of 255 = 47%
B 48 of 255 = 19%

240
120
48

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

Portions of RGB colors in percentages

R + G + B = 240 + 120 + 48 = 408 (100%)
R 240 of 408 ~ 58.82%
G 120 of 408 ~ 29.41%
B 48 of 408 ~ 11.76'%

%58.82
%29.41
%11.76

CMYK color model

#F07830 color CMYK value is (0,50,80,6).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 80.00%
  • key color value is 5.88%

CMYK: (0,50,80,6)
C0M50Y80K6 (0%, 50%, 80%, 6%)
(0.00 / 0.50 / 0.80 / 0.06)

CMYK percentages

%0
%50
%80
%5.88

Codes

Color #F07830 in popluar color models

F0 78 30
RGB 240 120 48
HSL 23° 86.49% 56.47%
HSB/HSV 23° 80.00% 94.12%
CMYK 0.00% 50.00% 80.00%
5.88%

Color #F07830 in popluar number systems.

HEX F0 78 30
Decimal 240 120 48
Binary 11110000 1111000 110000
Octal 360 170 60

Shades and tints

Shades of #F07830

#F07830
(240,120,48)
#DB6E2C
(219,110,44)
#C66428
(198,100,40)
#B15A24
(177,90,36)
#9C5020
(156,80,32)
#87461C
(135,70,28)
#723C18
(114,60,24)
#5D3214
(93,50,20)
#482810
(72,40,16)
#331E0C
(51,30,12)
#1E1408
(30,20,8)
#000000
(0,0,0)

Tints of #F07830

#F07830
(240,120,48)
#F18442
(241,132,66)
#F29054
(242,144,84)
#F39C66
(243,156,102)
#F4A878
(244,168,120)
#F5B48A
(245,180,138)
#F6C09C
(246,192,156)
#F7CCAE
(247,204,174)
#F8D8C0
(248,216,192)
#F9E4D2
(249,228,210)
#FAF0E4
(250,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F07830 color. Also use rgb(240,120,48) instead hex code.

Text Font Color

.myTextColor { color: #F07830; }

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

This text font color is #F07830.

Background Color

.myBgColor { background-color: #F07830; }

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

This div background color is #F07830.

Border color

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

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

This div border color is #F07830.

Opacity

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

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

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

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

This text has shadow with #F07830 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F07830.

Preview

Color preview on black background

This text has color #F07830 on black background.


Color preview on white background

This text has color #F07830 on white background.


Black color preview on #F07830 background

This text has black color on #F07830 background.


White color preview on #F07830 background

This text has white color on #F07830 background.


Related colors

Complementary color

Complementary color for #hex is #0F87CF.


I love getcolorcode.com

Triadic colors

1 #30F078 and #7830F0 with #F07830 are triadic colors.

2 #3078F0 and #78F030 with #F07830 are triadic colors.