COLOR #F3DD1A

HEX: #F3DD1A RGB: (243,221,26)

Color info

#F3DD1A contains mainly red and green colors. Web safe color of #F3DD1A is #FFCC00 (or #FC0).

RGB color model

#F3DD1A color RGB value is (243,221,26).

RGB: (243,221,26) (95%, 87%, 10%)

RGB channels and saturation

R 243 of 255 = 95%
G 221 of 255 = 87%
B 26 of 255 = 10%

243
221
26

R + G + B ~ 64%. #F3DD1A is quite light color.

Portions of RGB colors in percentages

R + G + B = 243 + 221 + 26 = 490 (100%)
R 243 of 490 ~ 49.59%
G 221 of 490 ~ 45.1%
B 26 of 490 ~ 5.31'%

%49.59
%45.1

CMYK color model

#F3DD1A color CMYK value is (0,9,89,5).

  • cyan value is 0.00%
  • magenta value is 9.05%
  • yellow value is 89.30%
  • key color value is 4.71%

CMYK: (0,9,89,5)
C0M9Y89K5 (0%, 9%, 89%, 5%)
(0.00 / 0.09 / 0.89 / 0.05)

CMYK percentages

%0
%9.05
%89.3
%4.71

Codes

Color #F3DD1A in popluar color models

F3 DD 1A
RGB 243 221 26
HSL 54° 90.04% 52.75%
HSB/HSV 54° 89.30% 95.29%
CMYK 0.00% 9.05% 89.30%
4.71%

Color #F3DD1A in popluar number systems.

HEX F3 DD 1A
Decimal 243 221 26
Binary 11110011 11011101 11010
Octal 363 335 32

Shades and tints

Shades of #F3DD1A

#F3DD1A
(243,221,26)
#DDC918
(221,201,24)
#C7B516
(199,181,22)
#B1A114
(177,161,20)
#9B8D12
(155,141,18)
#857910
(133,121,16)
#6F650E
(111,101,14)
#59510C
(89,81,12)
#433D0A
(67,61,10)
#2D2908
(45,41,8)
#171506
(23,21,6)
#000000
(0,0,0)

Tints of #F3DD1A

#F3DD1A
(243,221,26)
#F4E02E
(244,224,46)
#F5E342
(245,227,66)
#F6E656
(246,230,86)
#F7E96A
(247,233,106)
#F8EC7E
(248,236,126)
#F9EF92
(249,239,146)
#FAF2A6
(250,242,166)
#FBF5BA
(251,245,186)
#FCF8CE
(252,248,206)
#FDFBE2
(253,251,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3DD1A color. Also use rgb(243,221,26) instead hex code.

Text Font Color

.myTextColor { color: #F3DD1A; }

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

This text font color is #F3DD1A.

Background Color

.myBgColor { background-color: #F3DD1A; }

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

This div background color is #F3DD1A.

Border color

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

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

This div border color is #F3DD1A.

Opacity

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

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

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

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

This text has shadow with #F3DD1A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3DD1A.

Preview

Color preview on black background

This text has color #F3DD1A on black background.


Color preview on white background

This text has color #F3DD1A on white background.


Black color preview on #F3DD1A background

This text has black color on #F3DD1A background.


White color preview on #F3DD1A background

This text has white color on #F3DD1A background.


Related colors

Complementary color

Complementary color for #hex is #0C22E5.


I love getcolorcode.com

Triadic colors

1 #1AF3DD and #DD1AF3 with #F3DD1A are triadic colors.

2 #1ADDF3 and #DDF31A with #F3DD1A are triadic colors.