COLOR #F69406

HEX: #F69406
RGB: (246,148,6)

Color info

#F69406 contains mainly red color. Web safe color of #F69406 is #FF9900 (or #F90).

RGB color model

#F69406 color RGB value is (246,148,6).

  • red value is 246;
  • green value is 148;
  • blue value is 6.
RGB:
(246,148,6)
(96%,58%,2%)

RGB channels and saturation

R 246 of 255 = 96%
G 148 of 255 = 58%
B 6 of 255 = 2%

246
148
6

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

Portions of RGB colors in percentages

R + G + B =
246 + 148 + 6 = 400 (100%)
R 246 of 400 ~ 61.5%
G 148 of 400 ~ 37%
B 6 of 400 ~ 1.5%

%61.5
%37

CMYK color model

#F69406 color CMYK value is (0,40,98,4).

  • cyan value is 0.00%
  • magenta value is 39.84%
  • yellow value is 97.56%
  • key color value is 3.53%
CMYK:
(0,40,98,4)
C0M40Y98K4 
(0%,40%,98%,4%)
(0.00/0.40/0.98/0.04)	

CMYK percentages

%0
%39.84
%97.56
%3.53

Codes

Color #F69406 in popluar color models

F69406
RGB2461486
HSL36°95.24%49.41%
HSB/HSV36°97.56%96.47%
CMYK0.00%39.84%97.56%
3.53%

Color #F69406 in popluar number systems.

HEXF69406
Decimal2461486
Binary1111011010010100110
Octal3662246

Shades and tints

Shades of #F69406

#F69406
(246,148,6)
#E08706
(224,135,6)
#CA7A06
(202,122,6)
#B46D06
(180,109,6)
#9E6006
(158,96,6)
#885306
(136,83,6)
#724606
(114,70,6)
#5C3906
(92,57,6)
#462C06
(70,44,6)
#301F06
(48,31,6)
#1A1206
(26,18,6)
#000000
(0,0,0)

Tints of #F69406

#F69406
(246,148,6)
#F69D1C
(246,157,28)
#F6A632
(246,166,50)
#F6AF48
(246,175,72)
#F6B85E
(246,184,94)
#F6C174
(246,193,116)
#F6CA8A
(246,202,138)
#F6D3A0
(246,211,160)
#F6DCB6
(246,220,182)
#F6E5CC
(246,229,204)
#F6EEE2
(246,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F69406 color. Also use rgb(246,148,6) instead hex code.

Text Font Color

.myTextColor { color: #F69406; }

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

This text font color is #F69406.


Background Color

.myBgColor { background-color: #F69406; }

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

This div background color is #F69406.


Border color

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

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

This div border color is #F69406.


Opacity

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

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

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

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

This text has shadow with #F69406 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F69406 on black background.


Color preview on white background

This text has color #F69406 on white background.



Black color preview on #F69406 background

This text has black color on #F69406 background.


White color preview on #F69406 background

This text has white color on #F69406 background.