#FBDB7C

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

Shades of Golden Glow #FBDB7C

Tints of Golden Glow #FBDB7C

Color information

#FBDB7C (or 0xFBDB7C) is unknown color: approx Golden Glow. HEX triplet: FB, DB and 7C. RGB value is (251,219,124). Sum of RGB (Red+Green+Blue) = 251+219+124=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 124 (48.83% from 255 or 20.88% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDB7C is #042483. Grayscale: #DADADA. Windows color (decimal): -271492 or 8182779. OLE color: 8182779.

HSL color Cylindrical-coordinate representation of color #FBDB7C: hue angle of 44.88º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FBDB7C is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB251219124-
CMYK00.130.510.02
HSL44.88º94.07%73.53%-
HSV(B)44.88º50.6%98.43%-
XYZ68.7572.6329.46-
YUV217.7475.1151.72-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.26%
GREEN value IS 219 (85.94% from 255) = 36.87%
BLUE value IS 124 (48.83% from 255) = 20.88%
R=42.26%
G=36.87%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121912400.130.510.0244.8894.0773.53
HexFBDB7C0D3322d5e4a
Octal37333317401563255136112
Binary11111011110110111111100011011100111010110110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDB7C; }

 p { color: rgb(251,219,124); }

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

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

 a { background-color: rgb(251,219,124); }

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

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

 span { border-color: rgb(251,219,124); }

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