#FBD98B

Color #FBD98B Golden Glow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Glow #FBD98B

Tints of Golden Glow #FBD98B

Color information

#FBD98B (or 0xFBD98B) is unknown color: approx Golden Glow. HEX triplet: FB, D9 and 8B. RGB value is (251,217,139). Sum of RGB (Red+Green+Blue) = 251+217+139=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 217 (85.16% from 255 or 35.75% from 607); Blue value is 139 (54.69% from 255 or 22.90% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD98B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD98B is #042674. Grayscale: #DADADA. Windows color (decimal): -271989 or 9165307. OLE color: 9165307.

HSL color Cylindrical-coordinate representation of color #FBD98B: hue angle of 41.79º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FBD98B is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB251217139-
CMYK00.140.450.02
HSL41.79º93.33%76.47%-
HSV(B)41.79º44.62%98.43%-
XYZ69.267234.67-
YUV218.2783.26151.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 41.35%
GREEN value IS 217 (85.16% from 255) = 35.75%
BLUE value IS 139 (54.69% from 255) = 22.90%
R=41.35%
G=35.75%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121713900.140.450.0241.7993.3376.47
HexFBD98B0E2D22a5d4c
Octal37333121301655252135114
Binary111110111101100110001011011101011011010101010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD98B; }

 p { color: rgb(251,217,139); }

 H1.HeaderClassName
 {
   color: #FBD98B;
 }
 .AnyTagClassName
 {
   color: #FBD98B;
 }
</style>
background-color css

<style>
 a { background-color: #FBD98B; }

 a { background-color: rgb(251,217,139); }

 div.DivClassName
 {
   background-color: #FBD98B;
 }
 .BgClassName
 {
   background-color: #FBD98B;
 }
</style>
border-color css

<style>
 span { border-color: #FBD98B; }

 span { border-color: rgb(251,217,139); }

 td.TdClassName
 {
   border-color: #FBD98B;
 }
 .TagClassName
 {
   border-color: #FBD98B;
 }
</style>