Html Css Color HEX #FCD87F Golden Glow

📋 copy color: '#FCD87F'

red 252 ◦ green 216 ◦ blue 127

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

Shades of Golden Glow #FCD87F

Tints of Golden Glow #FCD87F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.3%

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

R = 42.35%
G = 36.3%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FCD87F (or 0xFCD87F) is known color: Golden Glow. HEX triplet: FC, D8 and 7F. RGB value is (252,216,127). Sum of RGB (Red+Green+Blue) = 252+216+127=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 127 (50% from 255 or 21.34% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD87F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD87F is #032780. Grayscale: #D9D9D9. Windows color (decimal): -206721 or 8378620. OLE color: 8378620.

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

Color convert

RGB 252 216 127 -
CMYK 0 0.14 0.50 0.01
HSL 42.72º 0.95% 0.74% -
HSV(B) 42.72º 0.5% 0.99% -
XYZ 68.53 71.34 30.24 -
YUV 216.62 77.43 153.24 -
System Red Green Blue C M Y K H S L
Decimal 252 216 127 0 0.14 0.50 0.01 42.72 0.95 0.74
Hex FC D8 7F 0 E 32 1 2B 5F 4A
Octal 374 330 177 0 16 62 1 53 137 112
Binary 11111100 11011000 1111111 0 1110 110010 1 101011 1011111 1001010

Color Harmonies of #FCD87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD87F

Black with #FCD87F

Text Example


Text Example

White with #FCD87F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD87F; }

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

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

background-color css

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

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

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

border-color css

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

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

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