#FBD77D

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

Shades of Golden Glow #FBD77D

Tints of Golden Glow #FBD77D

Color information

#FBD77D (or 0xFBD77D) is unknown color: approx Golden Glow. HEX triplet: FB, D7 and 7D. RGB value is (251,215,125). Sum of RGB (Red+Green+Blue) = 251+215+125=591 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.47% from 591); Green value is 215 (84.38% from 255 or 36.38% from 591); Blue value is 125 (49.22% from 255 or 21.15% from 591); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD77D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD77D is #042882. Grayscale: #D7D7D7. Windows color (decimal): -272515 or 8247291. OLE color: 8247291.

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

Color convert

RGB251215125-
CMYK00.140.500.02
HSL42.86º94.03%73.73%-
HSV(B)42.86º50.2%98.43%-
XYZ67.7970.5929.45-
YUV215.576.93153.32-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.47%
GREEN value IS 215 (84.38% from 255) = 36.38%
BLUE value IS 125 (49.22% from 255) = 21.15%
R=42.47%
G=36.38%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121512500.140.500.0242.8694.0373.73
HexFBD77D0E3222b5e4a
Octal37332717501662253136112
Binary11111011110101111111101011101100101010101110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD77D; }

 p { color: rgb(251,215,125); }

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

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

 a { background-color: rgb(251,215,125); }

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

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

 span { border-color: rgb(251,215,125); }

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