Html Css Color HEX #FBDB83 Golden Glow

📋 copy color: '#FBDB83'

red 251 ◦ green 219 ◦ blue 131

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

Shades of Golden Glow #FBDB83

Tints of Golden Glow #FBDB83

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.44%

 BLUE value IS 131 (51.56% from 255) = 21.8%

R = 41.76%
G = 36.44%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FBDB83 (or 0xFBDB83) is known color: Golden Glow. HEX triplet: FB, DB and 83. RGB value is (251,219,131). Sum of RGB (Red+Green+Blue) = 251+219+131=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 131 (51.56% from 255 or 21.80% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDB83 is #04247C. Grayscale: #DADADA. Windows color (decimal): -271485 or 8641531. OLE color: 8641531.

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

Color convert

RGB 251 219 131 -
CMYK 0 0.13 0.48 0.02
HSL 44º 0.94% 0.75% -
HSV(B) 44º 0.48% 0.98% -
XYZ 69.21 72.81 31.88 -
YUV 218.54 78.6 151.16 -
System Red Green Blue C M Y K H S L
Decimal 251 219 131 0 0.13 0.48 0.02 44 0.94 0.75
Hex FB DB 83 0 D 30 2 2C 5E 4B
Octal 373 333 203 0 15 60 2 54 136 113
Binary 11111011 11011011 10000011 0 1101 110000 10 101100 1011110 1001011

Color Harmonies of #FBDB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDB83

Black with #FBDB83

Text Example


Text Example

White with #FBDB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDB83; }

 p { color: rgb(251,219,131); }

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

background-color css

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

 a { background-color: rgb(251,219,131); }

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

border-color css

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

 span { border-color: rgb(251,219,131); }

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