Html Css Color HEX #FCD585 Golden Glow

📋 copy color: '#FCD585'

red 252 ◦ green 213 ◦ blue 133

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

Shades of Golden Glow #FCD585

Tints of Golden Glow #FCD585

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.62%

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

R = 42.14%
G = 35.62%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCD585 (or 0xFCD585) is known color: Golden Glow. HEX triplet: FC, D5 and 85. RGB value is (252,213,133). Sum of RGB (Red+Green+Blue) = 252+213+133=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 213 (83.59% from 255 or 35.62% from 598); Blue value is 133 (52.34% from 255 or 22.24% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD585 is #032A7A. Grayscale: #D7D7D7. Windows color (decimal): -207483 or 8771068. OLE color: 8771068.

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

Color convert

RGB 252 213 133 -
CMYK 0 0.15 0.47 0.01
HSL 40.34º 0.95% 0.75% -
HSV(B) 40.34º 0.47% 0.99% -
XYZ 68.17 69.98 32.1 -
YUV 215.54 81.42 154 -
System Red Green Blue C M Y K H S L
Decimal 252 213 133 0 0.15 0.47 0.01 40.34 0.95 0.75
Hex FC D5 85 0 F 2F 1 28 5F 4B
Octal 374 325 205 0 17 57 1 50 137 113
Binary 11111100 11010101 10000101 0 1111 101111 1 101000 1011111 1001011

Color Harmonies of #FCD585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD585

Black with #FCD585

Text Example


Text Example

White with #FCD585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD585; }

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

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

background-color css

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

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

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

border-color css

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

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

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