Html Css Color HEX #FCD685 Golden Glow

📋 copy color: '#FCD685'

red 252 ◦ green 214 ◦ blue 133

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

Shades of Golden Glow #FCD685

Tints of Golden Glow #FCD685

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.73%

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

R = 42.07%
G = 35.73%
B = 22.2%

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

#FCD685 (or 0xFCD685) is known color: Golden Glow. HEX triplet: FC, D6 and 85. RGB value is (252,214,133). Sum of RGB (Red+Green+Blue) = 252+214+133=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 214 (83.98% from 255 or 35.73% from 599); Blue value is 133 (52.34% from 255 or 22.20% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD685 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD685 is #03297A. Grayscale: #D8D8D8. Windows color (decimal): -207227 or 8771324. OLE color: 8771324.

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

Color convert

RGB 252 214 133 -
CMYK 0 0.15 0.47 0.01
HSL 40.84º 0.95% 0.75% -
HSV(B) 40.84º 0.47% 0.99% -
XYZ 68.43 70.48 32.19 -
YUV 216.13 81.09 153.59 -
System Red Green Blue C M Y K H S L
Decimal 252 214 133 0 0.15 0.47 0.01 40.84 0.95 0.75
Hex FC D6 85 0 F 2F 1 29 5F 4B
Octal 374 326 205 0 17 57 1 51 137 113
Binary 11111100 11010110 10000101 0 1111 101111 1 101001 1011111 1001011

Color Harmonies of #FCD685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD685

Black with #FCD685

Text Example


Text Example

White with #FCD685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD685; }

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

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

background-color css

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

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

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

border-color css

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

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

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