COLOR #FFC55C

HEX: #FFC55C RGB: (255,197,92)

Color info

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

RGB color model

#FFC55C color RGB value is (255,197,92).

RGB: (255,197,92) (100%, 77%, 36%)

RGB channels and saturation

R 255 of 255 = 100%
G 197 of 255 = 77%
B 92 of 255 = 36%

255
197
92

R + G + B ~ 71%. #FFC55C is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 197 + 92 = 544 (100%)
R 255 of 544 ~ 46.88%
G 197 of 544 ~ 36.21%
B 92 of 544 ~ 16.91'%

%46.88
%36.21
%16.91

CMYK color model

#FFC55C color CMYK value is (0,23,64,0).

  • cyan value is 0.00%
  • magenta value is 22.75%
  • yellow value is 63.92%
  • key color value is 0.00%

CMYK: (0,23,64,0)
C0M23Y64K0 (0%, 23%, 64%, 0%)
(0.00 / 0.23 / 0.64 / 0.00)

CMYK percentages

%0
%22.75
%63.92
%0

Codes

Color #FFC55C in popluar color models

FF C5 5C
RGB 255 197 92
HSL 39° 100.00% 68.04%
HSB/HSV 39° 63.92% 100.00%
CMYK 0.00% 22.75% 63.92%
0.00%

Color #FFC55C in popluar number systems.

HEX FF C5 5C
Decimal 255 197 92
Binary 11111111 11000101 1011100
Octal 377 305 134

Shades and tints

Shades of #FFC55C

#FFC55C
(255,197,92)
#E8B454
(232,180,84)
#D1A34C
(209,163,76)
#BA9244
(186,146,68)
#A3813C
(163,129,60)
#8C7034
(140,112,52)
#755F2C
(117,95,44)
#5E4E24
(94,78,36)
#473D1C
(71,61,28)
#302C14
(48,44,20)
#191B0C
(25,27,12)
#000000
(0,0,0)

Tints of #FFC55C

#FFC55C
(255,197,92)
#FFCA6A
(255,202,106)
#FFCF78
(255,207,120)
#FFD486
(255,212,134)
#FFD994
(255,217,148)
#FFDEA2
(255,222,162)
#FFE3B0
(255,227,176)
#FFE8BE
(255,232,190)
#FFEDCC
(255,237,204)
#FFF2DA
(255,242,218)
#FFF7E8
(255,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFC55C color. Also use rgb(255,197,92) instead hex code.

Text Font Color

.myTextColor { color: #FFC55C; }

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

This text font color is #FFC55C.

Background Color

.myBgColor { background-color: #FFC55C; }

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

This div background color is #FFC55C.

Border color

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

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

This div border color is #FFC55C.

Opacity

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

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

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

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

This text has shadow with #FFC55C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFC55C.

Preview

Color preview on black background

This text has color #FFC55C on black background.


Color preview on white background

This text has color #FFC55C on white background.


Black color preview on #FFC55C background

This text has black color on #FFC55C background.


White color preview on #FFC55C background

This text has white color on #FFC55C background.


Related colors

Complementary color

Complementary color for #hex is #003AA3.


I love getcolorcode.com

Triadic colors

1 #5CFFC5 and #C55CFF with #FFC55C are triadic colors.

2 #5CC5FF and #C5FF5C with #FFC55C are triadic colors.