COLOR #FFDB42

HEX: #FFDB42
RGB: (255,219,66)

Color info

#FFDB42 contains mainly red and green colors. Web safe color of #FFDB42 is #FFCC33 (or #FC3).

RGB color model

#FFDB42 color RGB value is (255,219,66).

  • red value is 255;
  • green value is 219;
  • blue value is 66.
RGB:
(255,219,66)
(100%,86%,26%)

RGB channels and saturation

R 255 of 255 = 100%
G 219 of 255 = 86%
B 66 of 255 = 26%

255
219
66

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

Portions of RGB colors in percentages

R + G + B =
255 + 219 + 66 = 540 (100%)
R 255 of 540 ~ 47.22%
G 219 of 540 ~ 40.56%
B 66 of 540 ~ 12.22%

%47.22
%40.56
%12.22

CMYK color model

#FFDB42 color CMYK value is (0,14,74,0).

  • cyan value is 0.00%
  • magenta value is 14.12%
  • yellow value is 74.12%
  • key color value is 0.00%
CMYK:
(0,14,74,0)
C0M14Y74K0 
(0%,14%,74%,0%)
(0.00/0.14/0.74/0.00)	

CMYK percentages

%0
%14.12
%74.12
%0

Codes

Color #FFDB42 in popluar color models

FFDB42
RGB25521966
HSL49°100.00%62.94%
HSB/HSV49°74.12%100.00%
CMYK0.00%14.12%74.12%
0.00%

Color #FFDB42 in popluar number systems.

HEXFFDB42
Decimal25521966
Binary11111111110110111000010
Octal377333102

Shades and tints

Shades of #FFDB42

#FFDB42
(255,219,66)
#E8C83C
(232,200,60)
#D1B536
(209,181,54)
#BAA230
(186,162,48)
#A38F2A
(163,143,42)
#8C7C24
(140,124,36)
#75691E
(117,105,30)
#5E5618
(94,86,24)
#474312
(71,67,18)
#30300C
(48,48,12)
#191D06
(25,29,6)
#000000
(0,0,0)

Tints of #FFDB42

#FFDB42
(255,219,66)
#FFDE53
(255,222,83)
#FFE164
(255,225,100)
#FFE475
(255,228,117)
#FFE786
(255,231,134)
#FFEA97
(255,234,151)
#FFEDA8
(255,237,168)
#FFF0B9
(255,240,185)
#FFF3CA
(255,243,202)
#FFF6DB
(255,246,219)
#FFF9EC
(255,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFDB42 color. Also use rgb(255,219,66) instead hex code.

Text Font Color

.myTextColor { color: #FFDB42; }

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

This text font color is #FFDB42.


Background Color

.myBgColor { background-color: #FFDB42; }

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

This div background color is #FFDB42.


Border color

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

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

This div border color is #FFDB42.


Opacity

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

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

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

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

This text has shadow with #FFDB42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDB42 on black background.


Color preview on white background

This text has color #FFDB42 on white background.



Black color preview on #FFDB42 background

This text has black color on #FFDB42 background.


White color preview on #FFDB42 background

This text has white color on #FFDB42 background.