#FBDA89

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

Shades of Golden Glow #FBDA89

Tints of Golden Glow #FBDA89

Color information

#FBDA89 (or 0xFBDA89) is unknown color: approx Golden Glow. HEX triplet: FB, DA and 89. RGB value is (251,218,137). Sum of RGB (Red+Green+Blue) = 251+218+137=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 137 (53.91% from 255 or 22.61% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDA89 is #042576. Grayscale: #DADADA. Windows color (decimal): -271735 or 9034491. OLE color: 9034491.

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

Color convert

RGB251218137-
CMYK00.130.450.02
HSL42.63º93.44%76.08%-
HSV(B)42.63º45.42%98.43%-
XYZ69.3772.4634-
YUV218.6381.93151.09-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.42%
GREEN value IS 218 (85.55% from 255) = 35.97%
BLUE value IS 137 (53.91% from 255) = 22.61%
R=41.42%
G=35.97%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121813700.130.450.0242.6393.4476.08
HexFBDA890D2D22b5d4c
Octal37333221101555253135114
Binary111110111101101010001001011011011011010101110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDA89; }

 p { color: rgb(251,218,137); }

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

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

 a { background-color: rgb(251,218,137); }

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

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

 span { border-color: rgb(251,218,137); }

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