Html Css Color HEX #FCD485 Golden Glow

📋 copy color: '#FCD485'

red 252 ◦ green 212 ◦ blue 133

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

Shades of Golden Glow #FCD485

Tints of Golden Glow #FCD485

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.51%

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

R = 42.21%
G = 35.51%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCD485 (or 0xFCD485) is known color: Golden Glow. HEX triplet: FC, D4 and 85. RGB value is (252,212,133). Sum of RGB (Red+Green+Blue) = 252+212+133=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 212 (83.20% from 255 or 35.51% from 597); Blue value is 133 (52.34% from 255 or 22.28% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD485 is #032B7A. Grayscale: #D7D7D7. Windows color (decimal): -207739 or 8770812. OLE color: 8770812.

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

Color convert

RGB 252 212 133 -
CMYK 0 0.16 0.47 0.01
HSL 39.83º 0.95% 0.75% -
HSV(B) 39.83º 0.47% 0.99% -
XYZ 67.92 69.48 32.02 -
YUV 214.95 81.75 154.42 -
System Red Green Blue C M Y K H S L
Decimal 252 212 133 0 0.16 0.47 0.01 39.83 0.95 0.75
Hex FC D4 85 0 10 2F 1 28 5F 4B
Octal 374 324 205 0 20 57 1 50 137 113
Binary 11111100 11010100 10000101 0 10000 101111 1 101000 1011111 1001011

Color Harmonies of #FCD485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD485

Black with #FCD485

Text Example


Text Example

White with #FCD485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD485; }

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

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

background-color css

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

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

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

border-color css

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

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

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