Html Css Color HEX #FCDB7E Golden Glow

📋 copy color: '#FCDB7E'

red 252 ◦ green 219 ◦ blue 126

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

Shades of Golden Glow #FCDB7E

Tints of Golden Glow #FCDB7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.11%

R = 42.21%
G = 36.68%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.5

 K value IS 0.01

RGB Variations

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

Color information

#FCDB7E (or 0xFCDB7E) is known color: Golden Glow. HEX triplet: FC, DB and 7E. RGB value is (252,219,126). Sum of RGB (Red+Green+Blue) = 252+219+126=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 126 (49.61% from 255 or 21.11% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDB7E is #032481. Grayscale: #DADADA. Windows color (decimal): -205954 or 8313852. OLE color: 8313852.

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

Color convert

RGB 252 219 126 -
CMYK 0 0.13 0.5 0.01
HSL 44.29º 0.95% 0.74% -
HSV(B) 44.29º 0.5% 0.99% -
XYZ 69.24 72.86 30.15 -
YUV 218.27 75.93 152.06 -
System Red Green Blue C M Y K H S L
Decimal 252 219 126 0 0.13 0.5 0.01 44.29 0.95 0.74
Hex FC DB 7E 0 D 32 1 2C 5F 4A
Octal 374 333 176 0 15 62 1 54 137 112
Binary 11111100 11011011 1111110 0 1101 110010 1 101100 1011111 1001010

Color Harmonies of #FCDB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB7E

Black with #FCDB7E

Text Example


Text Example

White with #FCDB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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