#FBDC81

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

Shades of Golden Glow #FBDC81

Tints of Golden Glow #FBDC81

Color information

#FBDC81 (or 0xFBDC81) is unknown color: approx Golden Glow. HEX triplet: FB, DC and 81. RGB value is (251,220,129). Sum of RGB (Red+Green+Blue) = 251+220+129=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 129 (50.78% from 255 or 21.5% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDC81 is #04237E. Grayscale: #DBDBDB. Windows color (decimal): -271231 or 8510715. OLE color: 8510715.

HSL color Cylindrical-coordinate representation of color #FBDC81: hue angle of 44.75º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FBDC81 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB251220129-
CMYK00.120.490.02
HSL44.75º93.85%74.51%-
HSV(B)44.75º48.61%98.43%-
XYZ69.3473.2831.26-
YUV218.8977.27150.9-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.83%
GREEN value IS 220 (86.33% from 255) = 36.67%
BLUE value IS 129 (50.78% from 255) = 21.5%
R=41.83%
G=36.67%
B=21.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122012900.120.490.0244.7593.8574.51
HexFBDC810C3122d5e4b
Octal37333420101461255136113
Binary111110111101110010000001011001100011010110110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDC81; }

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

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

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

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

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

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

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

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