#FBDD81

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

Shades of Golden Glow #FBDD81

Tints of Golden Glow #FBDD81

Color information

#FBDD81 (or 0xFBDD81) is unknown color: approx Golden Glow. HEX triplet: FB, DD and 81. RGB value is (251,221,129). Sum of RGB (Red+Green+Blue) = 251+221+129=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 129 (50.78% from 255 or 21.46% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDD81 is #04227E. Grayscale: #DBDBDB. Windows color (decimal): -270975 or 8510971. OLE color: 8510971.

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

Color convert

RGB251221129-
CMYK00.120.490.02
HSL45.25º93.85%74.51%-
HSV(B)45.25º48.61%98.43%-
XYZ69.673.8131.35-
YUV219.4876.94150.48-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.76%
GREEN value IS 221 (86.72% from 255) = 36.77%
BLUE value IS 129 (50.78% from 255) = 21.46%
R=41.76%
G=36.77%
B=21.46%

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
Decimal25122112900.120.490.0245.2593.8574.51
HexFBDD810C3122d5e4b
Octal37333520101461255136113
Binary111110111101110110000001011001100011010110110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDD81; }

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

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

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

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

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

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

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

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