Html Css Color HEX #FCDA7D Golden Glow

📋 copy color: '#FCDA7D'

red 252 ◦ green 218 ◦ blue 125

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

Shades of Golden Glow #FCDA7D

Tints of Golden Glow #FCDA7D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.64%

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

R = 42.35%
G = 36.64%
B = 21.01%

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

#FCDA7D (or 0xFCDA7D) is known color: Golden Glow. HEX triplet: FC, DA and 7D. RGB value is (252,218,125). Sum of RGB (Red+Green+Blue) = 252+218+125=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 125 (49.22% from 255 or 21.01% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDA7D is #032582. Grayscale: #D9D9D9. Windows color (decimal): -206211 or 8248060. OLE color: 8248060.

HSL color Cylindrical-coordinate representation of color #FCDA7D: hue angle of 43.94º 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 #FCDA7D is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 218 125 -
CMYK 0 0.13 0.50 0.01
HSL 43.94º 0.95% 0.74% -
HSV(B) 43.94º 0.5% 0.99% -
XYZ 68.92 72.32 29.73 -
YUV 217.56 75.76 152.56 -
System Red Green Blue C M Y K H S L
Decimal 252 218 125 0 0.13 0.50 0.01 43.94 0.95 0.74
Hex FC DA 7D 0 D 32 1 2C 5F 4A
Octal 374 332 175 0 15 62 1 54 137 112
Binary 11111100 11011010 1111101 0 1101 110010 1 101100 1011111 1001010

Color Harmonies of #FCDA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA7D

Black with #FCDA7D

Text Example


Text Example

White with #FCDA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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