#FBDA88

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

Shades of Golden Glow #FBDA88

Tints of Golden Glow #FBDA88

Color information

#FBDA88 (or 0xFBDA88) is unknown color: approx Golden Glow. HEX triplet: FB, DA and 88. RGB value is (251,218,136). Sum of RGB (Red+Green+Blue) = 251+218+136=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 136 (53.52% from 255 or 22.48% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDA88 is #042577. Grayscale: #DADADA. Windows color (decimal): -271736 or 8968955. OLE color: 8968955.

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

Color convert

RGB251218136-
CMYK00.130.460.02
HSL42.78º93.5%75.88%-
HSV(B)42.78º45.82%98.43%-
XYZ69.372.4333.62-
YUV218.5281.43151.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.49%
GREEN value IS 218 (85.55% from 255) = 36.03%
BLUE value IS 136 (53.52% from 255) = 22.48%
R=41.49%
G=36.03%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121813600.130.460.0242.7893.575.88
HexFBDA880D2E22b5d4c
Octal37333221001556253135114
Binary111110111101101010001000011011011101010101110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDA88; }

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

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

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

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

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

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

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

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