COLOR #F99058

HEX: #F99058
RGB: (249,144,88)

Color info

#F99058 contains mainly red color. Web safe color of #F99058 is #FF9966 (or #F96).

RGB color model

#F99058 color RGB value is (249,144,88).

  • red value is 249;
  • green value is 144;
  • blue value is 88.
RGB:
(249,144,88)
(98%,56%,35%)

RGB channels and saturation

R 249 of 255 = 98%
G 144 of 255 = 56%
B 88 of 255 = 35%

249
144
88

R + G + B ~ 63%. #F99058 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 144 + 88 = 481 (100%)
R 249 of 481 ~ 51.77%
G 144 of 481 ~ 29.94%
B 88 of 481 ~ 18.3%

%51.77
%29.94
%18.3

CMYK color model

#F99058 color CMYK value is (0,42,65,2).

  • cyan value is 0.00%
  • magenta value is 42.17%
  • yellow value is 64.66%
  • key color value is 2.35%
CMYK:
(0,42,65,2)
C0M42Y65K2 
(0%,42%,65%,2%)
(0.00/0.42/0.65/0.02)	

CMYK percentages

%0
%42.17
%64.66
%2.35

Codes

Color #F99058 in popluar color models

F99058
RGB24914488
HSL21°93.06%66.08%
HSB/HSV21°64.66%97.65%
CMYK0.00%42.17%64.66%
2.35%

Color #F99058 in popluar number systems.

HEXF99058
Decimal24914488
Binary11111001100100001011000
Octal371220130

Shades and tints

Shades of #F99058

#F99058
(249,144,88)
#E38350
(227,131,80)
#CD7648
(205,118,72)
#B76940
(183,105,64)
#A15C38
(161,92,56)
#8B4F30
(139,79,48)
#754228
(117,66,40)
#5F3520
(95,53,32)
#492818
(73,40,24)
#331B10
(51,27,16)
#1D0E08
(29,14,8)
#000000
(0,0,0)

Tints of #F99058

#F99058
(249,144,88)
#F99A67
(249,154,103)
#F9A476
(249,164,118)
#F9AE85
(249,174,133)
#F9B894
(249,184,148)
#F9C2A3
(249,194,163)
#F9CCB2
(249,204,178)
#F9D6C1
(249,214,193)
#F9E0D0
(249,224,208)
#F9EADF
(249,234,223)
#F9F4EE
(249,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F99058 color. Also use rgb(249,144,88) instead hex code.

Text Font Color

.myTextColor { color: #F99058; }

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

This text font color is #F99058.


Background Color

.myBgColor { background-color: #F99058; }

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

This div background color is #F99058.


Border color

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

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

This div border color is #F99058.


Opacity

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

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

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

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

This text has shadow with #F99058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F99058 on black background.


Color preview on white background

This text has color #F99058 on white background.



Black color preview on #F99058 background

This text has black color on #F99058 background.


White color preview on #F99058 background

This text has white color on #F99058 background.