COLOR #FBF17E

HEX: #FBF17E
RGB: (251,241,126)

Color info

#FBF17E contains mainly red and green colors. Web safe color of #FBF17E is #FFFF66 (or #FF6).

RGB color model

#FBF17E color RGB value is (251,241,126).

  • red value is 251;
  • green value is 241;
  • blue value is 126.
RGB:
(251,241,126)
(98%,95%,49%)

RGB channels and saturation

R 251 of 255 = 98%
G 241 of 255 = 95%
B 126 of 255 = 49%

251
241
126

R + G + B ~ 81%. #FBF17E is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 241 + 126 = 618 (100%)
R 251 of 618 ~ 40.61%
G 241 of 618 ~ 39%
B 126 of 618 ~ 20.39%

%40.61
%39
%20.39

CMYK color model

#FBF17E color CMYK value is (0,4,50,2).

  • cyan value is 0.00%
  • magenta value is 3.98%
  • yellow value is 49.80%
  • key color value is 1.57%
CMYK:
(0,4,50,2)
C0M4Y50K2 
(0%,4%,50%,2%)
(0.00/0.04/0.50/0.02)	

CMYK percentages

%0
%3.98
%49.8
%1.57

Codes

Color #FBF17E in popluar color models

FBF17E
RGB251241126
HSL55°93.98%73.92%
HSB/HSV55°49.80%98.43%
CMYK0.00%3.98%49.80%
1.57%

Color #FBF17E in popluar number systems.

HEXFBF17E
Decimal251241126
Binary11111011111100011111110
Octal373361176

Shades and tints

Shades of #FBF17E

#FBF17E
(251,241,126)
#E5DC73
(229,220,115)
#CFC768
(207,199,104)
#B9B25D
(185,178,93)
#A39D52
(163,157,82)
#8D8847
(141,136,71)
#77733C
(119,115,60)
#615E31
(97,94,49)
#4B4926
(75,73,38)
#35341B
(53,52,27)
#1F1F10
(31,31,16)
#000000
(0,0,0)

Tints of #FBF17E

#FBF17E
(251,241,126)
#FBF289
(251,242,137)
#FBF394
(251,243,148)
#FBF49F
(251,244,159)
#FBF5AA
(251,245,170)
#FBF6B5
(251,246,181)
#FBF7C0
(251,247,192)
#FBF8CB
(251,248,203)
#FBF9D6
(251,249,214)
#FBFAE1
(251,250,225)
#FBFBEC
(251,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBF17E color. Also use rgb(251,241,126) instead hex code.

Text Font Color

.myTextColor { color: #FBF17E; }

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

This text font color is #FBF17E.


Background Color

.myBgColor { background-color: #FBF17E; }

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

This div background color is #FBF17E.


Border color

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

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

This div border color is #FBF17E.


Opacity

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

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

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

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

This text has shadow with #FBF17E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBF17E on black background.


Color preview on white background

This text has color #FBF17E on white background.



Black color preview on #FBF17E background

This text has black color on #FBF17E background.


White color preview on #FBF17E background

This text has white color on #FBF17E background.