Html Css Color HEX #FCDB7C Golden Glow

📋 copy color: '#FCDB7C'

red 252 ◦ green 219 ◦ blue 124

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

Shades of Golden Glow #FCDB7C

Tints of Golden Glow #FCDB7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 20.84%

R = 42.35%
G = 36.81%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FCDB7C (or 0xFCDB7C) is known color: Golden Glow. HEX triplet: FC, DB and 7C. RGB value is (252,219,124). Sum of RGB (Red+Green+Blue) = 252+219+124=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 124 (48.83% from 255 or 20.84% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDB7C is #032483. Grayscale: #DADADA. Windows color (decimal): -205956 or 8182780. OLE color: 8182780.

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

Color convert

RGB 252 219 124 -
CMYK 0 0.13 0.51 0.01
HSL 44.53º 0.96% 0.74% -
HSV(B) 44.53º 0.51% 0.99% -
XYZ 69.11 72.81 29.48 -
YUV 218.04 74.93 152.22 -
System Red Green Blue C M Y K H S L
Decimal 252 219 124 0 0.13 0.51 0.01 44.53 0.96 0.74
Hex FC DB 7C 0 D 33 1 2D 60 4A
Octal 374 333 174 0 15 63 1 55 140 112
Binary 11111100 11011011 1111100 0 1101 110011 1 101101 1100000 1001010

Color Harmonies of #FCDB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB7C

Black with #FCDB7C

Text Example


Text Example

White with #FCDB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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