#FBDD8A

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

Shades of Golden Glow #FBDD8A

Tints of Golden Glow #FBDD8A

Color information

#FBDD8A (or 0xFBDD8A) is unknown color: approx Golden Glow. HEX triplet: FB, DD and 8A. RGB value is (251,221,138). Sum of RGB (Red+Green+Blue) = 251+221+138=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 138 (54.30% from 255 or 22.62% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDD8A is #042275. Grayscale: #DCDCDC. Windows color (decimal): -270966 or 9100795. OLE color: 9100795.

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

Color convert

RGB251221138-
CMYK00.120.450.02
HSL44.07º93.39%76.27%-
HSV(B)44.07º45.02%98.43%-
XYZ70.2374.0634.64-
YUV220.5181.44149.75-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.15%
GREEN value IS 221 (86.72% from 255) = 36.23%
BLUE value IS 138 (54.30% from 255) = 22.62%
R=41.15%
G=36.23%
B=22.62%

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
Decimal25122113800.120.450.0244.0793.3976.27
HexFBDD8A0C2D22c5d4c
Octal37333521201455254135114
Binary111110111101110110001010011001011011010110010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDD8A; }

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

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

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

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

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

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

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

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