Html Css Color HEX #FBD88D Golden Glow

📋 copy color: '#FBD88D'

red 251 ◦ green 216 ◦ blue 141

#FBD88D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Glow #FBD88D

Tints of Golden Glow #FBD88D

RGB

 RED value IS 251 (98.44% from 255) = 41.28%

 GREEN value IS 216 (84.77% from 255) = 35.53%

 BLUE value IS 141 (55.47% from 255) = 23.19%

R = 41.28%
G = 35.53%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FBD88D (or 0xFBD88D) is known color: Golden Glow. HEX triplet: FB, D8 and 8D. RGB value is (251,216,141). Sum of RGB (Red+Green+Blue) = 251+216+141=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 216 (84.77% from 255 or 35.53% from 608); Blue value is 141 (55.47% from 255 or 23.19% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD88D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD88D is #042772. Grayscale: #DADADA. Windows color (decimal): -272243 or 9296123. OLE color: 9296123.

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

Color convert

RGB 251 216 141 -
CMYK 0 0.14 0.44 0.02
HSL 40.91º 0.93% 0.77% -
HSV(B) 40.91º 0.44% 0.98% -
XYZ 69.15 71.54 35.36 -
YUV 217.92 84.6 151.6 -
System Red Green Blue C M Y K H S L
Decimal 251 216 141 0 0.14 0.44 0.02 40.91 0.93 0.77
Hex FB D8 8D 0 E 2C 2 29 5D 4D
Octal 373 330 215 0 16 54 2 51 135 115
Binary 11111011 11011000 10001101 0 1110 101100 10 101001 1011101 1001101

Color Harmonies of #FBD88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD88D

Black with #FBD88D

Text Example


Text Example

White with #FBD88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD88D; }

 p { color: rgb(251,216,141); }

 H1.HeaderClassName
 {
   color: #FBD88D;
 }
 .AnyTagClassName
 {
   color: #FBD88D;
 }
</style>

background-color css

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

 a { background-color: rgb(251,216,141); }

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

border-color css

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

 span { border-color: rgb(251,216,141); }

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