COLOR #F6DD55

HEX: #F6DD55 RGB: (246,221,85)

Color info

#F6DD55 contains mainly red and green colors. Web safe color of #F6DD55 is #FFCC66 (or #FC6).

RGB color model

#F6DD55 color RGB value is (246,221,85).

RGB: (246,221,85) (96%, 87%, 33%)

RGB channels and saturation

R 246 of 255 = 96%
G 221 of 255 = 87%
B 85 of 255 = 33%

246
221
85

R + G + B ~ 72%. #F6DD55 is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 221 + 85 = 552 (100%)
R 246 of 552 ~ 44.57%
G 221 of 552 ~ 40.04%
B 85 of 552 ~ 15.4'%

%44.57
%40.04
%15.4

CMYK color model

#F6DD55 color CMYK value is (0,10,65,4).

  • cyan value is 0.00%
  • magenta value is 10.16%
  • yellow value is 65.45%
  • key color value is 3.53%

CMYK: (0,10,65,4)
C0M10Y65K4 (0%, 10%, 65%, 4%)
(0.00 / 0.10 / 0.65 / 0.04)

CMYK percentages

%0
%10.16
%65.45
%3.53

Codes

Color #F6DD55 in popluar color models

F6 DD 55
RGB 246 221 85
HSL 51° 89.94% 64.90%
HSB/HSV 51° 65.45% 96.47%
CMYK 0.00% 10.16% 65.45%
3.53%

Color #F6DD55 in popluar number systems.

HEX F6 DD 55
Decimal 246 221 85
Binary 11110110 11011101 1010101
Octal 366 335 125

Shades and tints

Shades of #F6DD55

#F6DD55
(246,221,85)
#E0C94E
(224,201,78)
#CAB547
(202,181,71)
#B4A140
(180,161,64)
#9E8D39
(158,141,57)
#887932
(136,121,50)
#72652B
(114,101,43)
#5C5124
(92,81,36)
#463D1D
(70,61,29)
#302916
(48,41,22)
#1A150F
(26,21,15)
#000000
(0,0,0)

Tints of #F6DD55

#F6DD55
(246,221,85)
#F6E064
(246,224,100)
#F6E373
(246,227,115)
#F6E682
(246,230,130)
#F6E991
(246,233,145)
#F6ECA0
(246,236,160)
#F6EFAF
(246,239,175)
#F6F2BE
(246,242,190)
#F6F5CD
(246,245,205)
#F6F8DC
(246,248,220)
#F6FBEB
(246,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6DD55 color. Also use rgb(246,221,85) instead hex code.

Text Font Color

.myTextColor { color: #F6DD55; }

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

This text font color is #F6DD55.

Background Color

.myBgColor { background-color: #F6DD55; }

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

This div background color is #F6DD55.

Border color

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

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

This div border color is #F6DD55.

Opacity

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

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

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

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

This text has shadow with #F6DD55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6DD55.

Preview

Color preview on black background

This text has color #F6DD55 on black background.


Color preview on white background

This text has color #F6DD55 on white background.


Black color preview on #F6DD55 background

This text has black color on #F6DD55 background.


White color preview on #F6DD55 background

This text has white color on #F6DD55 background.


Related colors

Complementary color

Complementary color for #hex is #0922AA.


I love getcolorcode.com

Triadic colors

1 #55F6DD and #DD55F6 with #F6DD55 are triadic colors.

2 #55DDF6 and #DDF655 with #F6DD55 are triadic colors.