Html Css Color HEX #FBD47D Golden Glow

📋 copy color: '#FBD47D'

red 251 ◦ green 212 ◦ blue 125

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

Shades of Golden Glow #FBD47D

Tints of Golden Glow #FBD47D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.05%

 BLUE value IS 125 (49.22% from 255) = 21.26%

R = 42.69%
G = 36.05%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FBD47D (or 0xFBD47D) is known color: Golden Glow. HEX triplet: FB, D4 and 7D. RGB value is (251,212,125). Sum of RGB (Red+Green+Blue) = 251+212+125=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 212 (83.20% from 255 or 36.05% from 588); Blue value is 125 (49.22% from 255 or 21.26% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD47D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD47D is #042B82. Grayscale: #D6D6D6. Windows color (decimal): -273283 or 8246523. OLE color: 8246523.

HSL color Cylindrical-coordinate representation of color #FBD47D: hue angle of 41.43º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FBD47D is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 212 125 -
CMYK 0 0.16 0.50 0.02
HSL 41.43º 0.94% 0.74% -
HSV(B) 41.43º 0.5% 0.98% -
XYZ 67.03 69.08 29.2 -
YUV 213.74 77.92 154.57 -
System Red Green Blue C M Y K H S L
Decimal 251 212 125 0 0.16 0.50 0.02 41.43 0.94 0.74
Hex FB D4 7D 0 10 32 2 29 5E 4A
Octal 373 324 175 0 20 62 2 51 136 112
Binary 11111011 11010100 1111101 0 10000 110010 10 101001 1011110 1001010

Color Harmonies of #FBD47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD47D

Black with #FBD47D

Text Example


Text Example

White with #FBD47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD47D; }

 p { color: rgb(251,212,125); }

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

background-color css

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

 a { background-color: rgb(251,212,125); }

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

border-color css

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

 span { border-color: rgb(251,212,125); }

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