COLOR #FFC40C

HEX: #FFC40C RGB: (255,196,12)

Color info

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

RGB color model

#FFC40C color RGB value is (255,196,12).

RGB: (255,196,12) (100%, 77%, 5%)

RGB channels and saturation

R 255 of 255 = 100%
G 196 of 255 = 77%
B 12 of 255 = 5%

255
196
12

R + G + B ~ 61%. #FFC40C is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 196 + 12 = 463 (100%)
R 255 of 463 ~ 55.08%
G 196 of 463 ~ 42.33%
B 12 of 463 ~ 2.59'%

%55.08
%42.33

CMYK color model

#FFC40C color CMYK value is (0,23,95,0).

  • cyan value is 0.00%
  • magenta value is 23.14%
  • yellow value is 95.29%
  • key color value is 0.00%

CMYK: (0,23,95,0)
C0M23Y95K0 (0%, 23%, 95%, 0%)
(0.00 / 0.23 / 0.95 / 0.00)

CMYK percentages

%0
%23.14
%95.29
%0

Codes

Color #FFC40C in popluar color models

FF C4 0C
RGB 255 196 12
HSL 45° 100.00% 52.35%
HSB/HSV 45° 95.29% 100.00%
CMYK 0.00% 23.14% 95.29%
0.00%

Color #FFC40C in popluar number systems.

HEX FF C4 0C
Decimal 255 196 12
Binary 11111111 11000100 1100
Octal 377 304 14

Shades and tints

Shades of #FFC40C

#FFC40C
(255,196,12)
#E8B30B
(232,179,11)
#D1A20A
(209,162,10)
#BA9109
(186,145,9)
#A38008
(163,128,8)
#8C6F07
(140,111,7)
#755E06
(117,94,6)
#5E4D05
(94,77,5)
#473C04
(71,60,4)
#302B03
(48,43,3)
#191A02
(25,26,2)
#000000
(0,0,0)

Tints of #FFC40C

#FFC40C
(255,196,12)
#FFC922
(255,201,34)
#FFCE38
(255,206,56)
#FFD34E
(255,211,78)
#FFD864
(255,216,100)
#FFDD7A
(255,221,122)
#FFE290
(255,226,144)
#FFE7A6
(255,231,166)
#FFECBC
(255,236,188)
#FFF1D2
(255,241,210)
#FFF6E8
(255,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFC40C color. Also use rgb(255,196,12) instead hex code.

Text Font Color

.myTextColor { color: #FFC40C; }

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

This text font color is #FFC40C.

Background Color

.myBgColor { background-color: #FFC40C; }

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

This div background color is #FFC40C.

Border color

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

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

This div border color is #FFC40C.

Opacity

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

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

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

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

This text has shadow with #FFC40C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFC40C.

Preview

Color preview on black background

This text has color #FFC40C on black background.


Color preview on white background

This text has color #FFC40C on white background.


Black color preview on #FFC40C background

This text has black color on #FFC40C background.


White color preview on #FFC40C background

This text has white color on #FFC40C background.


Related colors

Complementary color

Complementary color for #hex is #003BF3.


I love getcolorcode.com

Gradients

Color #FFC40C is used in Mikado Yellow gradient.

Mikado Yellow


Triadic colors

1 #0CFFC4 and #C40CFF with #FFC40C are triadic colors.

2 #0CC4FF and #C4FF0C with #FFC40C are triadic colors.