#FBDC8A

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

Shades of Golden Glow #FBDC8A

Tints of Golden Glow #FBDC8A

Color information

#FBDC8A (or 0xFBDC8A) is unknown color: approx Golden Glow. HEX triplet: FB, DC and 8A. RGB value is (251,220,138). Sum of RGB (Red+Green+Blue) = 251+220+138=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 138 (54.30% from 255 or 22.66% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDC8A is #042375. Grayscale: #DCDCDC. Windows color (decimal): -271222 or 9100539. OLE color: 9100539.

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

Color convert

RGB251220138-
CMYK00.120.450.02
HSL43.54º93.39%76.27%-
HSV(B)43.54º45.02%98.43%-
XYZ69.9673.5334.55-
YUV219.9281.77150.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.22%
GREEN value IS 220 (86.33% from 255) = 36.12%
BLUE value IS 138 (54.30% from 255) = 22.66%
R=41.22%
G=36.12%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122013800.120.450.0243.5493.3976.27
HexFBDC8A0C2D22c5d4c
Octal37333421201455254135114
Binary111110111101110010001010011001011011010110010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDC8A; }

 p { color: rgb(251,220,138); }

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

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

 a { background-color: rgb(251,220,138); }

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

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

 span { border-color: rgb(251,220,138); }

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