Html Css Color HEX #FCDB7D Golden Glow

📋 copy color: '#FCDB7D'

red 252 ◦ green 219 ◦ blue 125

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

Shades of Golden Glow #FCDB7D

Tints of Golden Glow #FCDB7D

RGB

 RED value IS 252 (98.83% from 255) = 42.28%

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

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

R = 42.28%
G = 36.74%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FCDB7D (or 0xFCDB7D) is known color: Golden Glow. HEX triplet: FC, DB and 7D. RGB value is (252,219,125). Sum of RGB (Red+Green+Blue) = 252+219+125=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 125 (49.22% from 255 or 20.97% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDB7D is #032482. Grayscale: #DADADA. Windows color (decimal): -205955 or 8248316. OLE color: 8248316.

HSL color Cylindrical-coordinate representation of color #FCDB7D: hue angle of 44.41º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCDB7D is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 219 125 -
CMYK 0 0.13 0.50 0.01
HSL 44.41º 0.95% 0.74% -
HSV(B) 44.41º 0.5% 0.99% -
XYZ 69.18 72.84 29.82 -
YUV 218.15 75.43 152.14 -
System Red Green Blue C M Y K H S L
Decimal 252 219 125 0 0.13 0.50 0.01 44.41 0.95 0.74
Hex FC DB 7D 0 D 32 1 2C 5F 4A
Octal 374 333 175 0 15 62 1 54 137 112
Binary 11111100 11011011 1111101 0 1101 110010 1 101100 1011111 1001010

Color Harmonies of #FCDB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB7D

Black with #FCDB7D

Text Example


Text Example

White with #FCDB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB7D; }

 p { color: rgb(252,219,125); }

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

background-color css

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

 a { background-color: rgb(252,219,125); }

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

border-color css

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

 span { border-color: rgb(252,219,125); }

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