Html Css Color HEX #FCDB7F Golden Glow

📋 copy color: '#FCDB7F'

red 252 ◦ green 219 ◦ blue 127

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

Shades of Golden Glow #FCDB7F

Tints of Golden Glow #FCDB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 21.24%

R = 42.14%
G = 36.62%
B = 21.24%

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

#FCDB7F (or 0xFCDB7F) is known color: Golden Glow. HEX triplet: FC, DB and 7F. RGB value is (252,219,127). Sum of RGB (Red+Green+Blue) = 252+219+127=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 127 (50% from 255 or 21.24% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDB7F is #032480. Grayscale: #DADADA. Windows color (decimal): -205953 or 8379388. OLE color: 8379388.

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

Color convert

RGB 252 219 127 -
CMYK 0 0.13 0.50 0.01
HSL 44.16º 0.95% 0.74% -
HSV(B) 44.16º 0.5% 0.99% -
XYZ 69.31 72.89 30.5 -
YUV 218.38 76.43 151.98 -
System Red Green Blue C M Y K H S L
Decimal 252 219 127 0 0.13 0.50 0.01 44.16 0.95 0.74
Hex FC DB 7F 0 D 32 1 2C 5F 4A
Octal 374 333 177 0 15 62 1 54 137 112
Binary 11111100 11011011 1111111 0 1101 110010 1 101100 1011111 1001010

Color Harmonies of #FCDB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB7F

Black with #FCDB7F

Text Example


Text Example

White with #FCDB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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