COLOR #FFFB83

HEX: #FFFB83 RGB: (255,251,131)

Color info

#FFFB83 contains mainly red and green colors. Web safe color of #FFFB83 is #FFFF99 (or #FF9).

RGB color model

#FFFB83 color RGB value is (255,251,131).

RGB: (255,251,131) (100%, 98%, 51%)

RGB channels and saturation

R 255 of 255 = 100%
G 251 of 255 = 98%
B 131 of 255 = 51%

255
251
131

R + G + B ~ 83%. #FFFB83 is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 251 + 131 = 637 (100%)
R 255 of 637 ~ 40.03%
G 251 of 637 ~ 39.4%
B 131 of 637 ~ 20.57'%

%40.03
%39.4
%20.57

CMYK color model

#FFFB83 color CMYK value is (0,2,49,0).

  • cyan value is 0.00%
  • magenta value is 1.57%
  • yellow value is 48.63%
  • key color value is 0.00%
CMYK: (0,2,49,0) C0M2Y49K0 (0%,2%,49%,0%) (0.00/0.02/0.49/0.00) 

CMYK percentages

%0
%1.57
%48.63
%0

Codes

Color #FFFB83 in popluar color models

FF FB 83
RGB 255 251 131
HSL 58° 100.00% 75.69%
HSB/HSV 58° 48.63% 100.00%
CMYK 0.00% 1.57% 48.63%
0.00%

Color #FFFB83 in popluar number systems.

HEX FF FB 83
Decimal 255 251 131
Binary 11111111 11111011 10000011
Octal 377 373 203

Shades and tints

Shades of #FFFB83

#FFFB83
(255,251,131)
#E8E578
(232,229,120)
#D1CF6D
(209,207,109)
#BAB962
(186,185,98)
#A3A357
(163,163,87)
#8C8D4C
(140,141,76)
#757741
(117,119,65)
#5E6136
(94,97,54)
#474B2B
(71,75,43)
#303520
(48,53,32)
#191F15
(25,31,21)
#000000
(0,0,0)

Tints of #FFFB83

#FFFB83
(255,251,131)
#FFFB8E
(255,251,142)
#FFFB99
(255,251,153)
#FFFBA4
(255,251,164)
#FFFBAF
(255,251,175)
#FFFBBA
(255,251,186)
#FFFBC5
(255,251,197)
#FFFBD0
(255,251,208)
#FFFBDB
(255,251,219)
#FFFBE6
(255,251,230)
#FFFBF1
(255,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFFB83 color. Also use rgb(255,251,131) instead hex code.

Text Font Color

.myTextColor { color: #FFFB83; }

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

This text font color is #FFFB83.

Background Color

.myBgColor { background-color: #FFFB83; }

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

This div background color is #FFFB83.

Border color

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

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

This div border color is #FFFB83.

Opacity

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

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

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

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

This text has shadow with #FFFB83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFFB83.

Preview

Color preview on black background

This text has color #FFFB83 on black background.


Color preview on white background

This text has color #FFFB83 on white background.


Black color preview on #FFFB83 background

This text has black color on #FFFB83 background.


White color preview on #FFFB83 background

This text has white color on #FFFB83 background.


Related colors

Complementary color

Complementary color for #hex is #00047C.


I love getcolorcode.com

Triadic colors

1 #83FFFB and #FB83FF with #FFFB83 are triadic colors.

2 #83FBFF and #FBFF83 with #FFFB83 are triadic colors.