#FBD98D

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

Shades of Golden Glow #FBD98D

Tints of Golden Glow #FBD98D

Color information

#FBD98D (or 0xFBD98D) is unknown color: approx Golden Glow. HEX triplet: FB, D9 and 8D. RGB value is (251,217,141). Sum of RGB (Red+Green+Blue) = 251+217+141=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 141 (55.47% from 255 or 23.15% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD98D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD98D is #042672. Grayscale: #DADADA. Windows color (decimal): -271987 or 9296379. OLE color: 9296379.

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

Color convert

RGB251217141-
CMYK00.140.440.02
HSL41.45º93.22%76.86%-
HSV(B)41.45º43.82%98.43%-
XYZ69.472.0635.45-
YUV218.584.26151.18-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.22%
GREEN value IS 217 (85.16% from 255) = 35.63%
BLUE value IS 141 (55.47% from 255) = 23.15%
R=41.22%
G=35.63%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121714100.140.440.0241.4593.2276.86
HexFBD98D0E2C2295d4d
Octal37333121501654251135115
Binary111110111101100110001101011101011001010100110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD98D; }

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

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

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

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

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

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

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

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