Html Css Color HEX #FCD885 Golden Glow

📋 copy color: '#FCD885'

red 252 ◦ green 216 ◦ blue 133

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

Shades of Golden Glow #FCD885

Tints of Golden Glow #FCD885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.13%

R = 41.93%
G = 35.94%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCD885 (or 0xFCD885) is known color: Golden Glow. HEX triplet: FC, D8 and 85. RGB value is (252,216,133). Sum of RGB (Red+Green+Blue) = 252+216+133=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 216 (84.77% from 255 or 35.94% from 601); Blue value is 133 (52.34% from 255 or 22.13% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD885 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD885 is #03277A. Grayscale: #D9D9D9. Windows color (decimal): -206715 or 8771836. OLE color: 8771836.

HSL color Cylindrical-coordinate representation of color #FCD885: hue angle of 41.85º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FCD885 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 216 133 -
CMYK 0 0.14 0.47 0.01
HSL 41.85º 0.95% 0.75% -
HSV(B) 41.85º 0.47% 0.99% -
XYZ 68.93 71.5 32.36 -
YUV 217.3 80.43 152.75 -
System Red Green Blue C M Y K H S L
Decimal 252 216 133 0 0.14 0.47 0.01 41.85 0.95 0.75
Hex FC D8 85 0 E 2F 1 2A 5F 4B
Octal 374 330 205 0 16 57 1 52 137 113
Binary 11111100 11011000 10000101 0 1110 101111 1 101010 1011111 1001011

Color Harmonies of #FCD885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD885

Black with #FCD885

Text Example


Text Example

White with #FCD885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD885; }

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

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

background-color css

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

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

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

border-color css

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

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

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