COLOR #FFC052

HEX: #FFC052
RGB: (255,192,82)

Color info

#FFC052 contains mainly red color. Web safe color of #FFC052 is #FFCC66 (or #FC6).

RGB color model

#FFC052 color RGB value is (255,192,82).

  • red value is 255;
  • green value is 192;
  • blue value is 82.
RGB:
(255,192,82)
(100%,75%,32%)

RGB channels and saturation

R 255 of 255 = 100%
G 192 of 255 = 75%
B 82 of 255 = 32%

255
192
82

R + G + B ~ 69%. #FFC052 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 192 + 82 = 529 (100%)
R 255 of 529 ~ 48.2%
G 192 of 529 ~ 36.29%
B 82 of 529 ~ 15.5%

%48.2
%36.29
%15.5

CMYK color model

#FFC052 color CMYK value is (0,25,68,0).

  • cyan value is 0.00%
  • magenta value is 24.71%
  • yellow value is 67.84%
  • key color value is 0.00%
CMYK:
(0,25,68,0)
C0M25Y68K0 
(0%,25%,68%,0%)
(0.00/0.25/0.68/0.00)	

CMYK percentages

%0
%24.71
%67.84
%0

Codes

Color #FFC052 in popluar color models

FFC052
RGB25519282
HSL38°100.00%66.08%
HSB/HSV38°67.84%100.00%
CMYK0.00%24.71%67.84%
0.00%

Color #FFC052 in popluar number systems.

HEXFFC052
Decimal25519282
Binary11111111110000001010010
Octal377300122

Shades and tints

Shades of #FFC052

#FFC052
(255,192,82)
#E8AF4B
(232,175,75)
#D19E44
(209,158,68)
#BA8D3D
(186,141,61)
#A37C36
(163,124,54)
#8C6B2F
(140,107,47)
#755A28
(117,90,40)
#5E4921
(94,73,33)
#47381A
(71,56,26)
#302713
(48,39,19)
#19160C
(25,22,12)
#000000
(0,0,0)

Tints of #FFC052

#FFC052
(255,192,82)
#FFC561
(255,197,97)
#FFCA70
(255,202,112)
#FFCF7F
(255,207,127)
#FFD48E
(255,212,142)
#FFD99D
(255,217,157)
#FFDEAC
(255,222,172)
#FFE3BB
(255,227,187)
#FFE8CA
(255,232,202)
#FFEDD9
(255,237,217)
#FFF2E8
(255,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFC052 color. Also use rgb(255,192,82) instead hex code.

Text Font Color

.myTextColor { color: #FFC052; }

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

This text font color is #FFC052.


Background Color

.myBgColor { background-color: #FFC052; }

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

This div background color is #FFC052.


Border color

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

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

This div border color is #FFC052.


Opacity

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

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

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

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

This text has shadow with #FFC052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC052 on black background.


Color preview on white background

This text has color #FFC052 on white background.



Black color preview on #FFC052 background

This text has black color on #FFC052 background.


White color preview on #FFC052 background

This text has white color on #FFC052 background.