#FBD97E

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

Shades of Golden Glow #FBD97E

Tints of Golden Glow #FBD97E

Color information

#FBD97E (or 0xFBD97E) is unknown color: approx Golden Glow. HEX triplet: FB, D9 and 7E. RGB value is (251,217,126). Sum of RGB (Red+Green+Blue) = 251+217+126=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 217 (85.16% from 255 or 36.53% from 594); Blue value is 126 (49.61% from 255 or 21.21% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD97E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD97E is #042681. Grayscale: #D9D9D9. Windows color (decimal): -272002 or 8313339. OLE color: 8313339.

HSL color Cylindrical-coordinate representation of color #FBD97E: hue angle of 43.68º 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 #FBD97E is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB251217126-
CMYK00.140.500.02
HSL43.68º93.98%73.92%-
HSV(B)43.68º49.8%98.43%-
XYZ68.3671.6429.96-
YUV216.7976.76152.4-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.26%
GREEN value IS 217 (85.16% from 255) = 36.53%
BLUE value IS 126 (49.61% from 255) = 21.21%
R=42.26%
G=36.53%
B=21.21%

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
Decimal25121712600.140.500.0243.6893.9873.92
HexFBD97E0E3222c5e4a
Octal37333117601662254136112
Binary11111011110110011111110011101100101010110010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD97E; }

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

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

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

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

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

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

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

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